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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 16:40:53 UTC 2007


Author: hanska-guest
Date: 2007-10-06 16:40:53 +0000 (Sat, 06 Oct 2007)
New Revision: 660

Modified:
   trunk/community/website/inc/dynlocale.inc.php
Log:
Trying the hard way.


Modified: trunk/community/website/inc/dynlocale.inc.php
===================================================================
--- trunk/community/website/inc/dynlocale.inc.php	2007-10-06 16:38:24 UTC (rev 659)
+++ trunk/community/website/inc/dynlocale.inc.php	2007-10-06 16:40:53 UTC (rev 660)
@@ -44,7 +44,8 @@
 
 $__debug = $_SERVER["PHP_SELF"];
 
-if ($fp = fopen("./inc/locales.txt", "r")) {
+//if ($fp = fopen("./inc/locales.txt", "r")) {
+if ($fp = fopen("http://debian-med.alioth.debian.org/inc/locales.txt", "r")) {
 	while (!feof($fp)) {
 		$raw .= fgets($fp, 4096);
 	}




More information about the debian-med-commit mailing list