mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Fix for annoying result of cvs backup files in lang subdir
This commit is contained in:
parent
3ea803c565
commit
2ead51ae60
@ -167,7 +167,7 @@
|
||||
$d = dir('./lang');
|
||||
while($entry=$d->read())
|
||||
{
|
||||
if (ereg('phpgw_',$entry))
|
||||
if (ereg('^phpgw_',$entry))
|
||||
{
|
||||
$z = substr($entry,6,2);
|
||||
$languages[$z]['available'] = True;
|
||||
|
Loading…
Reference in New Issue
Block a user