[Easymod-cvs] easymod2/mods/easymod/em_includes em_functions.php,1.7,1.8
Status: Beta
Brought to you by:
wgeric
|
From: Jim W. <ter...@us...> - 2005-06-20 23:17:12
|
Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11894/mods/easymod/em_includes Modified Files: em_functions.php Log Message: Translations now go in language directory - not languages. Index: em_functions.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** em_functions.php 20 Jun 2005 22:15:41 -0000 1.7 --- em_functions.php 20 Jun 2005 23:17:04 -0000 1.8 *************** *** 726,730 **** // using a file that we know is present ! if ($fin = fopen( 'languages/lang_easymod_'.$language.'.'.$phpEx, 'r')) { // just make sure the first line is what we were expecting --- 726,730 ---- // using a file that we know is present ! if ($fin = fopen( 'language/lang_easymod_'.$language.'.'.$phpEx, 'r')) { // just make sure the first line is what we were expecting *************** *** 947,951 **** // check for copy command ! if ( copy( 'languages/lang_easymod_'.$language.'.' . $phpEx, $phpbb_root_path . 'EM_test.txt')) { // clean up! --- 947,951 ---- // check for copy command ! if ( copy( 'language/lang_easymod_'.$language.'.' . $phpEx, $phpbb_root_path . 'EM_test.txt')) { // clean up! |