[med-svn] r656 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Oct 6 16:34:40 UTC 2007
Author: hanska-guest
Date: 2007-10-06 16:34:40 +0000 (Sat, 06 Oct 2007)
New Revision: 656
Modified:
trunk/community/website/inc/dynlocale.inc.php
Log:
Still trying to fix (I hate when happens like this.)
Modified: trunk/community/website/inc/dynlocale.inc.php
===================================================================
--- trunk/community/website/inc/dynlocale.inc.php 2007-10-06 16:31:03 UTC (rev 655)
+++ trunk/community/website/inc/dynlocale.inc.php 2007-10-06 16:34:40 UTC (rev 656)
@@ -43,7 +43,7 @@
// let's sort them by priority, highest first
krsort($langs);
-if ($fp = fopen("inc/locales.txt", "r")) {
+if ($fp = fopen("locales.txt", "r", true)) {
while (!feof($fp)) {
$raw .= fgets($fp, 4096);
}
More information about the debian-med-commit
mailing list