[med-svn] r556 - trunk/community/website/inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 18:40:01 UTC 2007


Author: hanska-guest
Date: 2007-10-04 18:40:01 +0000 (Thu, 04 Oct 2007)
New Revision: 556

Modified:
   trunk/community/website/inc/locale.inc.php
Log:
Small typo


Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2007-10-04 18:38:41 UTC (rev 555)
+++ trunk/community/website/inc/locale.inc.php	2007-10-04 18:40:01 UTC (rev 556)
@@ -9,7 +9,7 @@
 
 $handle = @opendir($locales_dir) or die(_("Cannot open") . " $locales_dir.\n");
 while ($file = readdir($handle)) {
-	if ($file != "." && $file != ".." && isdir($file)) {
+	if ($file != "." && $file != ".." && is_dir($file)) {
 		$available[] = $file;
 	}
 }




More information about the debian-med-commit mailing list