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

Dirk Haun dhaun at qs1489.pair.com
Sat Apr 12 07:21:48 EDT 2008


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

Modified Files:
	lib-database.php 
Log Message:
Cosmetics: Ordered tables (by name) and grouped them (by Core and plugins)


Index: lib-database.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-database.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** lib-database.php	22 Feb 2008 08:04:33 -0000	1.51
--- lib-database.php	12 Apr 2008 11:21:46 -0000	1.52
***************
*** 57,60 ****
--- 57,61 ----
  $_TABLES['commentmodes']        = $_DB_table_prefix . 'commentmodes';
  $_TABLES['comments']            = $_DB_table_prefix . 'comments';
+ $_TABLES['conf_values']         = $_DB_table_prefix . 'conf_values';
  $_TABLES['cookiecodes']         = $_DB_table_prefix . 'cookiecodes';
  $_TABLES['dateformats']         = $_DB_table_prefix . 'dateformats';
***************
*** 85,89 ****
  $_TABLES['users']               = $_DB_table_prefix . 'users';
  $_TABLES['vars']                = $_DB_table_prefix . 'vars';
- $_TABLES['conf_values']         = $_DB_table_prefix . 'conf_values';
  
  
--- 86,89 ----
***************
*** 96,101 ****
  
  // Links plugin
- $_TABLES['links']               = $_DB_table_prefix . 'links';
  $_TABLES['linkcategories']      = $_DB_table_prefix . 'linkcategories';
  $_TABLES['linksubmission']      = $_DB_table_prefix . 'linksubmission';
  
--- 96,101 ----
  
  // Links plugin
  $_TABLES['linkcategories']      = $_DB_table_prefix . 'linkcategories';
+ $_TABLES['links']               = $_DB_table_prefix . 'links';
  $_TABLES['linksubmission']      = $_DB_table_prefix . 'linksubmission';
  




More information about the geeklog-cvs mailing list