[med-svn] r564 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Thu Oct 4 18:52:18 UTC 2007
Author: hanska-guest
Date: 2007-10-04 18:52:18 +0000 (Thu, 04 Oct 2007)
New Revision: 564
Modified:
trunk/community/website/inc/locale.inc.php
Log:
Maybe I've found it.
Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php 2007-10-04 18:51:22 UTC (rev 563)
+++ trunk/community/website/inc/locale.inc.php 2007-10-04 18:52:18 UTC (rev 564)
@@ -16,7 +16,7 @@
clearstatcache();
if ($file != "." && $file != "..") {
echo $file; var_dump(is_dir($file)); echo "<br />";
- if (is_dir($file))
+ if (is_dir($locales_dir.$file))
$available[] = $file;
}
}
More information about the debian-med-commit
mailing list