[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.330,1.331

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Mon May 31 14:22:52 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv1568

Modified Files:
	lib-common.php 
Log Message:
Fixed some goofs when viewing comments in "Flat" mode


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.330
retrieving revision 1.331
diff -C2 -d -r1.330 -r1.331
*** lib-common.php	31 May 2004 08:45:08 -0000	1.330
--- lib-common.php	31 May 2004 18:22:50 -0000	1.331
***************
*** 2890,2894 ****
      {
          // determines indentation for current comment
!         if ( $mode == 'threaded' || $mode = 'nested' )
          {
              $indent = ($A['indent'] - $A['pindent']) * $_CONF['comment_indent'];
--- 2890,2894 ----
      {
          // determines indentation for current comment
!         if ( $mode == 'threaded' || $mode == 'nested' )
          {
              $indent = ($A['indent'] - $A['pindent']) * $_CONF['comment_indent'];
***************
*** 3123,3127 ****
          {
              case 'flat':
!                 if ( cid ) {
                      $count = 1;
  
--- 3123,3127 ----
          {
              case 'flat':
!                 if ( $cid ) {
                      $count = 1;
  




More information about the geeklog-cvs mailing list