|
From: Sven <bra...@us...> - 2005-01-09 13:48:10
|
Update of /cvsroot/osbb/osbb/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8918/lib Modified Files: constants.php Log Message: Merged the tables config and config_values. (Dont know when i had the stupid idea of splitting them -.-) Index: constants.php =================================================================== RCS file: /cvsroot/osbb/osbb/lib/constants.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** constants.php 9 Jan 2005 12:57:32 -0000 1.4 --- constants.php 9 Jan 2005 13:48:01 -0000 1.5 *************** *** 37,41 **** define('TABLE_BOARDVIEWS',$prefix.'_boardviews'); define('TABLE_CONFIG',$prefix.'_config'); - define('TABLE_CONFIG_VALUES',$prefix.'_config_values'); define('TABLE_GROUP_ADMINPERMISSIONS',$prefix.'_group_adminpermissions'); define('TABLE_GROUP_COMBINATION_CACHE',$prefix.'_group_combination_cache'); --- 37,40 ---- |