|
From: Jon O. <jon...@us...> - 2008-04-27 18:52:38
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18049 Modified Files: forum_hack.php Log Message: Fix for index bottom icons... Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** forum_hack.php 26 Mar 2008 21:30:08 -0000 1.53 --- forum_hack.php 27 Apr 2008 18:52:33 -0000 1.54 *************** *** 17,21 **** // Subcalls // ! if ($_GET['mode'] == 'topicreview' || $_GET['mode'] == 'smilies' || $_GET['mode'] == 'newpm') { return; --- 17,21 ---- // Subcalls // ! if ($_GET['mode'] == 'topicreview' || $_GET['mode'] == 'smilies' || $_GET['mode'] == 'newpm' ) { return; *************** *** 1669,1673 **** { mx_message_die(CRITICAL_ERROR, 'Language file ' . $module_root_path . "language/lang_" . $default_lang . "/lang_cash.$phpEx" . ' couldn\'t be opened.'); ! } } --- 1669,1673 ---- { mx_message_die(CRITICAL_ERROR, 'Language file ' . $module_root_path . "language/lang_" . $default_lang . "/lang_cash.$phpEx" . ' couldn\'t be opened.'); ! } } |