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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 18:51:23 UTC 2007


Author: hanska-guest
Date: 2007-10-04 18:51:22 +0000 (Thu, 04 Oct 2007)
New Revision: 563

Modified:
   trunk/community/website/inc/locale.inc.php
Log:
Still can't find the bug


Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2007-10-04 18:49:32 UTC (rev 562)
+++ trunk/community/website/inc/locale.inc.php	2007-10-04 18:51:22 UTC (rev 563)
@@ -6,6 +6,8 @@
 $lang_arr = explode(",", $languages);
 $lang_arr[0] .= ";q=1.0";
 
+var_dump($lang_arr);echo "<br />";
+
 $locales_dir = "/srv/alioth.debian.org/chroot/home/groups/debian-med/htdocs/locale/";
 
 $available = array();
@@ -13,6 +15,7 @@
 while ($file = readdir($handle)) {
 	clearstatcache();
 	if ($file != "." && $file != "..") {
+		echo $file; var_dump(is_dir($file)); echo "<br />";
 		if (is_dir($file))
 			$available[] = $file;
 	}




More information about the debian-med-commit mailing list