[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.40,1.41
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-05 23:01:20
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6253/mods/easymod Modified Files: easymod_install.php Log Message: Yep, too quick commiting Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** easymod_install.php 5 Nov 2005 22:55:27 -0000 1.40 --- easymod_install.php 5 Nov 2005 23:01:12 -0000 1.41 *************** *** 190,194 **** while( $file = @readdir($dir) ) { ! if( preg_match("#^lang_easymod_(.*)\.$phpEx#i", $file, $match) ) { $filecode = $match[1]; --- 190,194 ---- while( $file = @readdir($dir) ) { ! if( preg_match("#^lang_easymod_(.*)\.$phpEx\$#i", $file, $match) ) { $filecode = $match[1]; |