[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.415,1.416

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Feb 3 14:57:42 EST 2005


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

Modified Files:
	lib-common.php 
Log Message:
Moved the list of sites to ping (weblog directory services like blo.gs) to the database.


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.415
retrieving revision 1.416
diff -C2 -d -r1.415 -r1.416
*** lib-common.php	1 Feb 2005 08:20:56 -0000	1.415
--- lib-common.php	3 Feb 2005 19:57:40 -0000	1.416
***************
*** 2526,2530 ****
              $adminmenu->set_var( 'option_url', $url );
              $adminmenu->set_var( 'option_label', $LANG01[116] );
!             $adminmenu->set_var( 'option_count', 'N/A' );
  
              $retval .= $adminmenu->parse( 'item',
--- 2526,2538 ----
              $adminmenu->set_var( 'option_url', $url );
              $adminmenu->set_var( 'option_label', $LANG01[116] );
!             if( $_CONF['ping_enabled'] )
!             {
!                 $count = DB_count( $_TABLES['pingservice'] );
!                 $adminmenu->set_var( 'option_count', $count );
!             }
!             else
!             {
!                 $adminmenu->set_var( 'option_count', 'N/A' );
!             }
  
              $retval .= $adminmenu->parse( 'item',




More information about the geeklog-cvs mailing list