|
From: Jon O. <jon...@us...> - 2005-04-12 19:33:23
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5538/modules/mx_pafiledb/pafiledb/includes Modified Files: pafiledb_constants.php Log Message: renamed lang files (lang_main and lang_admin) updated install/upgrade files for 2.0.1 Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** pafiledb_constants.php 11 Apr 2005 20:00:19 -0000 1.10 --- pafiledb_constants.php 12 Apr 2005 19:32:56 -0000 1.11 *************** *** 82,96 **** // Read language definition // ********************************************************************** ! if ( !file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_pafiledb.' . $phpEx ) ) { $link_language = 'lang_english'; ! include( $module_root_path . 'language/' . $link_language . '/lang_pafiledb.' . $phpEx ); ! include( $module_root_path . 'language/' . $link_language . '/lang_admin_pafiledb.' . $phpEx ); } else { $link_language = 'lang_' . $board_config['default_lang']; ! include( $module_root_path . 'language/' . $link_language . '/lang_pafiledb.' . $phpEx ); ! include( $module_root_path . 'language/' . $link_language . '/lang_admin_pafiledb.' . $phpEx ); } --- 82,96 ---- // Read language definition // ********************************************************************** ! if ( !file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) { $link_language = 'lang_english'; ! include( $module_root_path . 'language/' . $link_language . '/lang_main.' . $phpEx ); ! include( $module_root_path . 'language/' . $link_language . '/lang_admin.' . $phpEx ); } else { $link_language = 'lang_' . $board_config['default_lang']; ! include( $module_root_path . 'language/' . $link_language . '/lang_main.' . $phpEx ); ! include( $module_root_path . 'language/' . $link_language . '/lang_admin.' . $phpEx ); } |