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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 16:38:24 UTC 2007


Author: hanska-guest
Date: 2007-10-06 16:38:24 +0000 (Sat, 06 Oct 2007)
New Revision: 659

Modified:
   trunk/community/website/inc/dynlocale.inc.php
Log:
Seems like I don't like bugs. Locally it WORKS, I swear.


Modified: trunk/community/website/inc/dynlocale.inc.php
===================================================================
--- trunk/community/website/inc/dynlocale.inc.php	2007-10-06 16:37:19 UTC (rev 658)
+++ trunk/community/website/inc/dynlocale.inc.php	2007-10-06 16:38:24 UTC (rev 659)
@@ -44,7 +44,7 @@
 
 $__debug = $_SERVER["PHP_SELF"];
 
-if ($fp = fopen("./inc/locales.txt", "r", true)) {
+if ($fp = fopen("./inc/locales.txt", "r")) {
 	while (!feof($fp)) {
 		$raw .= fgets($fp, 4096);
 	}




More information about the debian-med-commit mailing list