[med-svn] r655 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Oct 6 16:31:03 UTC 2007
Author: hanska-guest
Date: 2007-10-06 16:31:03 +0000 (Sat, 06 Oct 2007)
New Revision: 655
Modified:
trunk/community/website/inc/dynlocale.inc.php
Log:
Can't understand this weird path behaviour
Modified: trunk/community/website/inc/dynlocale.inc.php
===================================================================
--- trunk/community/website/inc/dynlocale.inc.php 2007-10-06 16:30:34 UTC (rev 654)
+++ trunk/community/website/inc/dynlocale.inc.php 2007-10-06 16:31:03 UTC (rev 655)
@@ -43,7 +43,7 @@
// let's sort them by priority, highest first
krsort($langs);
-if ($fp = fopen("./locales.txt", "r")) {
+if ($fp = fopen("inc/locales.txt", "r")) {
while (!feof($fp)) {
$raw .= fgets($fp, 4096);
}
More information about the debian-med-commit
mailing list