|
From: Jon O. <jon...@us...> - 2008-07-10 22:22:33
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1050/linkdb/admin Modified Files: admin_auth_manage.php admin_custom_manage.php Log Message: Moving load_file to mx_cache... Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_custom_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_custom_manage.php 15 Jun 2008 21:04:21 -0000 1.5 --- admin_custom_manage.php 10 Jul 2008 22:22:29 -0000 1.6 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_custom_field = new mx_custom_field(LINK_CUSTOM_TABLE, LINK_CUSTOM_DATA_TABLE); --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $this_custom_field = new mx_custom_field(LINK_CUSTOM_TABLE, LINK_CUSTOM_DATA_TABLE); Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_auth_manage.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_auth_manage.php 15 Jun 2008 21:04:21 -0000 1.9 --- admin_auth_manage.php 10 Jul 2008 22:22:28 -0000 1.10 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // |