|
From: Jon O. <jon...@us...> - 2008-02-21 19:57:54
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9154 Modified Files: mx_phpbb.php Log Message: Bugfix, for subcall includes. Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** mx_phpbb.php 20 Feb 2008 21:07:27 -0000 1.17 --- mx_phpbb.php 21 Feb 2008 19:57:49 -0000 1.18 *************** *** 73,77 **** include_once($mx_root_path . "modules/mx_phpbb/includes/forum_hack.$phpEx"); include_once($mx_root_path . "modules/mx_phpbb/includes/phpbb_constants.$phpEx"); ! echo($default_lang); // // For core 2.9.x+ --- 73,77 ---- include_once($mx_root_path . "modules/mx_phpbb/includes/forum_hack.$phpEx"); include_once($mx_root_path . "modules/mx_phpbb/includes/phpbb_constants.$phpEx"); ! // // For core 2.9.x+ |