[geeklog-cvs] geeklog-1.3/system lib-database.php,1.34,1.35

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


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

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


Index: lib-database.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-database.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** lib-database.php	16 Jan 2005 19:14:29 -0000	1.34
--- lib-database.php	3 Feb 2005 19:57:40 -0000	1.35
***************
*** 66,69 ****
--- 66,70 ----
  $_TABLES['maillist']            = $_DB_table_prefix . 'maillist';
  $_TABLES['personal_events']     = $_DB_table_prefix . 'personal_events';
+ $_TABLES['pingservice']         = $_DB_table_prefix . 'pingservice';
  $_TABLES['plugins']             = $_DB_table_prefix . 'plugins';
  $_TABLES['pollanswers']         = $_DB_table_prefix . 'pollanswers';




More information about the geeklog-cvs mailing list