Update of /cvsroot/phpwebapp/web_app/l10n
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25213/l10n
Modified Files:
class.L10n.php
Log Message:
Index: class.L10n.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/l10n/class.L10n.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** class.L10n.php 22 Jun 2005 12:56:29 -0000 1.4
--- class.L10n.php 30 Jun 2005 06:24:43 -0000 1.5
***************
*** 275,279 ****
//get the parent directory
! $path = ereg_replace('[^/]+/?$', '', $path);
}
--- 275,279 ----
//get the parent directory
! $path = ereg_replace('[^/]*/?$', '', $path);
}
|