[geeklog-cvs] Geeklog-1.x/system lib-database.php,1.45,1.46

Oliver ospiess at qs1489.pair.com
Tue Aug 28 03:42:29 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv65632

Modified Files:
	lib-database.php 
Log Message:
install new links plugin with cateogory tree

Index: lib-database.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/lib-database.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** lib-database.php	16 Jan 2007 04:18:57 -0000	1.45
--- lib-database.php	28 Aug 2007 07:42:27 -0000	1.46
***************
*** 64,67 ****
--- 64,68 ----
  $_TABLES['links']               = $_DB_table_prefix . 'links';
  $_TABLES['linksubmission']      = $_DB_table_prefix . 'linksubmission';
+ $_TABLES['linkcategories']      = $_DB_table_prefix . 'linkcategories';
  $_TABLES['maillist']            = $_DB_table_prefix . 'maillist';
  $_TABLES['personal_events']     = $_DB_table_prefix . 'personal_events';




More information about the geeklog-cvs mailing list