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

Aaron Blankstein ablankstein at qs1489.pair.com
Tue Aug 28 22:11:37 EDT 2007


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

Modified Files:
	lib-database.php 
Log Message:
Added config class and admin UI. Also added modified install script for 
the new configuration class. 



Index: lib-database.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-database.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** lib-database.php	28 Aug 2007 07:42:27 -0000	1.46
--- lib-database.php	29 Aug 2007 02:11:35 -0000	1.47
***************
*** 90,94 ****
  $_TABLES['users']               = $_DB_table_prefix . 'users';
  $_TABLES['vars']                = $_DB_table_prefix . 'vars';
! 
  // the static pages plugin has become an integral part of Geeklog anyway ...
  $_TABLES['staticpage']          = $_DB_table_prefix . 'staticpage';
--- 90,94 ----
  $_TABLES['users']               = $_DB_table_prefix . 'users';
  $_TABLES['vars']                = $_DB_table_prefix . 'vars';
! $_TABLES['conf_values']         = $_DB_table_prefix . 'conf_values';
  // the static pages plugin has become an integral part of Geeklog anyway ...
  $_TABLES['staticpage']          = $_DB_table_prefix . 'staticpage';




More information about the geeklog-cvs mailing list