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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 19:26:52 UTC 2007


Author: hanska-guest
Date: 2007-10-04 19:26:52 +0000 (Thu, 04 Oct 2007)
New Revision: 571

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


Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2007-10-04 19:25:58 UTC (rev 570)
+++ trunk/community/website/inc/locale.inc.php	2007-10-04 19:26:52 UTC (rev 571)
@@ -40,7 +40,7 @@
 
 foreach ($langs as $index => $language) {
 	var_dump($language);
-	if ($available($language)) {
+	if ($available[$language]) {
 		switch ($language) {
 			case "it":
 			case "it_IT":




More information about the debian-med-commit mailing list