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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 16:30:34 UTC 2007


Author: hanska-guest
Date: 2007-10-06 16:30:34 +0000 (Sat, 06 Oct 2007)
New Revision: 654

Modified:
   trunk/community/website/inc/dynlocale.inc.php
Log:
Fixing path


Modified: trunk/community/website/inc/dynlocale.inc.php
===================================================================
--- trunk/community/website/inc/dynlocale.inc.php	2007-10-06 16:29:35 UTC (rev 653)
+++ trunk/community/website/inc/dynlocale.inc.php	2007-10-06 16:30:34 UTC (rev 654)
@@ -43,7 +43,7 @@
 // let's sort them by priority, highest first
 krsort($langs);
 
-if ($fp = fopen("locales.txt", "r")) {
+if ($fp = fopen("./locales.txt", "r")) {
 	while (!feof($fp)) {
 		$raw .= fgets($fp, 4096);
 	}




More information about the debian-med-commit mailing list