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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 18:46:22 UTC 2007


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

Modified:
   trunk/community/website/inc/locale.inc.php
Log:
Still debugging


Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2007-10-04 18:44:12 UTC (rev 559)
+++ trunk/community/website/inc/locale.inc.php	2007-10-04 18:46:22 UTC (rev 560)
@@ -9,8 +9,10 @@
 $locales_dir = "/srv/alioth.debian.org/chroot/home/groups/debian-med/htdocs/locale/";
 
 $available = array();
-$handle = opendir($locales_dir) or die(_("Cannot open") . " $locales_dir.\n");
+$handle = opendir($locales_dir) or die("Cannot open $locales_dir.\n");
+var_dump($handle);
 while ($file = readdir($handle)) {
+	var_dump($file);
 	if ($file != "." && $file != ".." && is_dir($file)) {
 		$available[] = $file;
 	}




More information about the debian-med-commit mailing list