|
From: Jon O. <jon...@us...> - 2008-02-18 18:37:19
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32400 Modified Files: mx_phpbb.php Log Message: Updated to handle both core branches... Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_phpbb.php 8 Feb 2008 04:26:20 -0000 1.14 --- mx_phpbb.php 18 Feb 2008 18:37:13 -0000 1.15 *************** *** 69,72 **** --- 69,73 ---- include_once($mx_root_path . "modules/mx_phpbb/includes/phpbb_constants.$phpEx"); + /* if ((@include $mx_root_path . "includes/shared/phpbb2/language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { *************** *** 76,79 **** --- 77,81 ---- } } + */ // |