[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.717,1.718

Dirk Haun dhaun at qs1489.pair.com
Mon Aug 4 05:34:46 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv31209/public_html

Modified Files:
	lib-common.php 
Log Message:
Whoops, missing ')' ...


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.717
retrieving revision 1.718
diff -C2 -d -r1.717 -r1.718
*** lib-common.php	3 Aug 2008 19:15:41 -0000	1.717
--- lib-common.php	4 Aug 2008 09:34:43 -0000	1.718
***************
*** 368,372 ****
  
  // Handle Who's Online block
! if (COM_isAnonUser() && isset($_SERVER['REMOTE_ADDR']) {
      // The following code handles anonymous users so they show up properly
      DB_query( "DELETE FROM {$_TABLES['sessions']} WHERE remote_ip = '{$_SERVER['REMOTE_ADDR']}' AND uid = 1" );
--- 368,372 ----
  
  // Handle Who's Online block
! if (COM_isAnonUser() && isset($_SERVER['REMOTE_ADDR'])) {
      // The following code handles anonymous users so they show up properly
      DB_query( "DELETE FROM {$_TABLES['sessions']} WHERE remote_ip = '{$_SERVER['REMOTE_ADDR']}' AND uid = 1" );




More information about the geeklog-cvs mailing list