|
From: Jon O. <jon...@us...> - 2006-09-05 19:22:07
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20813/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: JS bugs... Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_blockcp.php 24 Aug 2006 21:19:59 -0000 1.15 --- mx_blockcp.php 5 Sep 2006 19:22:04 -0000 1.16 *************** *** 25,32 **** --- 25,34 ---- // + // // ********************************************************************** // Read language definition // ********************************************************************** // phpBB + // if( file_exists($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx) ) { |