|
From: Jon O. <jon...@us...> - 2005-09-21 21:21:49
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25984/includes Modified Files: mx_constants.php mx_functions_phpbb.php Log Message: fix for admincp LOCATION Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_constants.php 25 Apr 2005 12:03:05 -0000 1.14 --- mx_constants.php 21 Sep 2005 21:21:41 -0000 1.15 *************** *** 27,31 **** // ViewOnline extension for mxBB Portal Pages // ! define('MX_PORTAL_PAGES_OFFSET', -100000); --- 27,31 ---- // ViewOnline extension for mxBB Portal Pages // ! define('MX_PORTAL_PAGES_OFFSET', -1000); Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_functions_phpbb.php 20 Sep 2005 15:30:58 -0000 1.11 --- mx_functions_phpbb.php 21 Sep 2005 21:21:41 -0000 1.12 *************** *** 569,573 **** // Prevent from reading pages information more than once. // ! if( $pages_data === false ) { $sql = "SELECT page_id, page_name FROM " . PAGE_TABLE . " ORDER BY page_id"; --- 569,573 ---- // Prevent from reading pages information more than once. // ! if( $mx_pages_data === false ) { $sql = "SELECT page_id, page_name FROM " . PAGE_TABLE . " ORDER BY page_id"; |