|
From: Jon O. <jon...@us...> - 2008-07-15 22:06:22
|
Update of /cvsroot/mxbb/mx_news/mx_news/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25840/mx_news/modules Modified Files: mx_news_post_comment.php Log Message: More... Index: mx_news_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/modules/mx_news_post_comment.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_news_post_comment.php 3 Jun 2008 20:12:40 -0000 1.5 --- mx_news_post_comment.php 15 Jul 2008 22:06:18 -0000 1.6 *************** *** 30,34 **** global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_root_path, $module_root_path, $phpbb_root_path, $is_block, $mx_request_vars; ! global $mx_block, $theme; // --- 30,34 ---- global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_root_path, $module_root_path, $phpbb_root_path, $is_block, $mx_request_vars; ! global $mx_block, $theme, $mx_bbcode; // *************** *** 161,165 **** if ($smilies_on) { ! $mx_news_functions->generate_smilies( 'inline', PAGE_POSTING ); } } --- 161,165 ---- if ($smilies_on) { ! $mx_bbcode->generate_smilies( 'inline', PAGE_POSTING ); } } |