[geeklog-cvs] geeklog-1.3/public_html usersettings.php,1.110,1.111

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Feb 5 05:57:36 EST 2005


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

Modified Files:
	usersettings.php 
Log Message:
I assume it makes more sense to check if dynamic_comments are NOT enabled ...


Index: usersettings.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/usersettings.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** usersettings.php	5 Feb 2005 05:04:18 -0000	1.110
--- usersettings.php	5 Feb 2005 10:57:33 -0000	1.111
***************
*** 600,604 ****
  
      $where = '';
!     if( $_CONF['dynamic_comments'] ) {
          $where = 'mode != \'dynamic\'';
      }
--- 600,604 ----
  
      $where = '';
!     if (!$_CONF['dynamic_comments']) {
          $where = 'mode != \'dynamic\'';
      }




More information about the geeklog-cvs mailing list