|
From: FlorinCB <ory...@us...> - 2009-07-16 05:16:06
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30036/includes Modified Files: mx_constants.php Log Message: ?????????? Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mx_constants.php 31 Oct 2008 19:02:20 -0000 1.31 --- mx_constants.php 16 Jul 2009 05:16:01 -0000 1.32 *************** *** 70,74 **** * @access private */ ! define('MX_PORTAL_PAGES_OFFSET', 1000); /**#@+ --- 70,74 ---- * @access private */ ! define('TX_PORTAL_PAGES_OFFSET', 1000); /**#@+ *************** *** 76,105 **** * @access public */ ! define('PORTAL_TABLE', $mx_table_prefix . 'portal'); ! define('MENU_NAV_TABLE', $mx_table_prefix . 'menu_nav'); ! define('MENU_CAT_TABLE', $mx_table_prefix . 'menu_categories'); ! define('MODULE_TABLE', $mx_table_prefix . 'module'); ! define('FUNCTION_TABLE', $mx_table_prefix . 'function'); ! define('PARAMETER_TABLE', $mx_table_prefix . 'parameter'); ! define('PARAMETER_OPTION_TABLE', $mx_table_prefix . 'parameter_option'); ! define('PAGE_TABLE' , $mx_table_prefix . 'page'); ! define('COLUMN_TABLE' , $mx_table_prefix . 'column'); ! define('COLUMN_BLOCK_TABLE', $mx_table_prefix . 'column_block'); ! define('BLOCK_TABLE', $mx_table_prefix . 'block'); ! define('BLOCK_SYSTEM_PARAMETER_TABLE', $mx_table_prefix . 'block_system_parameter'); ! define('BLOCK_USER_PARAMETER_TABLE', $mx_table_prefix . 'block_user_parameter'); ! define('COLUMN_TEMPLATES' , $mx_table_prefix . 'column_templates'); ! define('PAGE_TEMPLATES' , $mx_table_prefix . 'page_templates'); ! define('MX_THEMES_TABLE', $mx_table_prefix.'themes'); ! define('MX_MATCH_TABLE' , $mx_table_prefix . 'wordmatch'); ! define('MX_WORD_TABLE' , $mx_table_prefix . 'wordlist'); ! define('MX_SEARCH_TABLE' , $mx_table_prefix . 'search_results'); /**#@-*/ --- 76,105 ---- * @access public */ ! define('PORTAL_TABLE', $tx_table_prefix . 'portal'); ! define('MENU_NAV_TABLE', $tx_table_prefix . 'menu_nav'); ! define('MENU_CAT_TABLE', $tx_table_prefix . 'menu_categories'); ! define('MODULE_TABLE', $tx_table_prefix . 'module'); ! define('FUNCTION_TABLE', $tx_table_prefix . 'function'); ! define('PARAMETER_TABLE', $tx_table_prefix . 'parameter'); ! define('PARAMETER_OPTION_TABLE', $tx_table_prefix . 'parameter_option'); ! define('PAGE_TABLE' , $tx_table_prefix . 'page'); ! define('COLUMN_TABLE' , $tx_table_prefix . 'column'); ! define('COLUMN_BLOCK_TABLE', $tx_table_prefix . 'column_block'); ! define('BLOCK_TABLE', $tx_table_prefix . 'block'); ! define('BLOCK_SYSTEM_PARAMETER_TABLE', $tx_table_prefix . 'block_system_parameter'); ! define('BLOCK_USER_PARAMETER_TABLE', $tx_table_prefix . 'block_user_parameter'); ! define('COLUMN_TEMPLATES' , $tx_table_prefix . 'column_templates'); ! define('PAGE_TEMPLATES' , $tx_table_prefix . 'page_templates'); ! define('TX_THEMES_TABLE', $tx_table_prefix.'themes'); ! define('TX_MATCH_TABLE' , $tx_table_prefix . 'wordmatch'); ! define('TX_WORD_TABLE' , $tx_table_prefix . 'wordlist'); ! define('TX_SEARCH_TABLE' , $tx_table_prefix . 'search_results'); /**#@-*/ |