|
From: Jon O. <jon...@us...> - 2006-08-14 13:01:47
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14376/includes Modified Files: mx_functions_admincp.php Log Message: minor bugfixes Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mx_functions_admincp.php 14 Aug 2006 10:42:13 -0000 1.28 --- mx_functions_admincp.php 14 Aug 2006 13:01:43 -0000 1.29 *************** *** 3015,3019 **** global $db, $phpbb_root_path, $board_config, $lang, $phpEx; ! include($phpbb_root_path . 'includes/functions_search.' . $phpEx); $search_match_table = MX_MATCH_TABLE; --- 3015,3019 ---- global $db, $phpbb_root_path, $board_config, $lang, $phpEx; ! include_once($phpbb_root_path . 'includes/functions_search.' . $phpEx); $search_match_table = MX_MATCH_TABLE; |