|
From: Jon O. <jon...@us...> - 2008-06-15 21:05:31
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27754 Modified Files: mx_phpbb.php Log Message: do not remember :( Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mx_phpbb.php 27 Apr 2008 18:53:42 -0000 1.21 --- mx_phpbb.php 15 Jun 2008 21:05:26 -0000 1.22 *************** *** 75,79 **** // ! // For core 2.9.x+ // if (file_exists( $mx_root_path . "includes/shared/phpbb2/language/lang_" . $default_lang . "/lang_main.$phpEx")) --- 75,79 ---- // ! // For core 3.0.x+ // if (file_exists( $mx_root_path . "includes/shared/phpbb2/language/lang_" . $default_lang . "/lang_main.$phpEx")) |