[geeklog-cvs] Geeklog-1.x/system lib-database.php,1.50,1.51

Michael Jervis mjervis at qs1489.pair.com
Fri Feb 22 03:04:35 EST 2008


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

Modified Files:
	lib-database.php 
Log Message:
Security changes.

Index: lib-database.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-database.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** lib-database.php	3 Feb 2008 09:22:05 -0000	1.50
--- lib-database.php	22 Feb 2008 08:04:33 -0000	1.51
***************
*** 75,78 ****
--- 75,79 ----
  $_TABLES['storysubmission']     = $_DB_table_prefix . 'storysubmission';
  $_TABLES['syndication']         = $_DB_table_prefix . 'syndication';
+ $_TABLES['tokens']              = $_DB_table_prefix . 'tokens';
  $_TABLES['topics']              = $_DB_table_prefix . 'topics';
  $_TABLES['trackback']           = $_DB_table_prefix . 'trackback';




More information about the geeklog-cvs mailing list