|
From: OryNider <ory...@us...> - 2008-01-15 10:51:45
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23155 Modified Files: Tag: core28x mx_functions_phpbb.php mx_functions_tools.php Log Message: smilies Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.32.2.3 retrieving revision 1.32.2.4 diff -C2 -d -r1.32.2.3 -r1.32.2.4 *** mx_functions_phpbb.php 13 Jan 2008 21:41:12 -0000 1.32.2.3 --- mx_functions_phpbb.php 15 Jan 2008 10:51:39 -0000 1.32.2.4 *************** *** 25,33 **** function mx_smilies_pass($message) { ! global $board_config, $phpbb_root_path, $phpEx; ! if( !function_exists('smilies_pass') ) { ! include_once($phpbb_root_path . 'includes/functions_post.'.$phpEx); } --- 25,33 ---- function mx_smilies_pass($message) { ! global $mx_page, $board_config, $phpbb_root_path, $phpEx; ! if( !function_exists('smilies_pass') && ((PORTAL_BACKEND == 'phpbb2') || (PORTAL_BACKEND == 'phpBB2')) ) { ! include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); } |