Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10586/mods/easymod/em_includes
Modified Files:
em_functions.php
Log Message:
fixing language select bugs
Index: em_functions.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_functions.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** em_functions.php 21 Jun 2005 01:49:42 -0000 1.9
--- em_functions.php 21 Jun 2005 18:11:33 -0000 1.10
***************
*** 730,734 ****
// 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
--- 730,734 ----
// 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
|