|
From: Jon O. <jon...@us...> - 2008-10-31 19:15:06
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7695 Modified Files: mx_functions_tools.php Log Message: $phpbb2-> not used... Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** mx_functions_tools.php 31 Oct 2008 19:02:21 -0000 1.49 --- mx_functions_tools.php 31 Oct 2008 19:14:59 -0000 1.50 *************** *** 3127,3131 **** $smilies_on = 1) { ! global $db, $phpbb_root_path, $phpEx, $board_config, $user_ip, $portal_config, $lang, $userdata, $mx_user, $phpbb_auth, $phpBB2, $mx_bbcode; // --- 3127,3131 ---- $smilies_on = 1) { ! global $db, $phpbb_root_path, $phpEx, $board_config, $user_ip, $portal_config, $lang, $userdata, $mx_user, $phpbb_auth, $mx_bbcode; // *************** *** 3383,3387 **** case 'phpbb2': ! $phpBB2->add_search_words('single', $post_id, stripslashes($message), stripslashes($subject)); break; --- 3383,3387 ---- case 'phpbb2': ! phpBB2::add_search_words('single', $post_id, stripslashes($message), stripslashes($subject)); break; |