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

Denis Lutsenko lutsenkodv-guest at alioth.debian.org
Thu Aug 19 10:51:09 UTC 2010


Author: lutsenkodv-guest
Date: 2010-08-19 10:51:08 +0000 (Thu, 19 Aug 2010)
New Revision: 5155

Modified:
   trunk/community/website/inc/locale.inc.php
Log:


Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2010-08-19 10:38:44 UTC (rev 5154)
+++ trunk/community/website/inc/locale.inc.php	2010-08-19 10:51:08 UTC (rev 5155)
@@ -41,8 +41,9 @@
 
 // let's sort them by priority, highest first
 krsort($langs);
-
+echo getcwd();
 if ($fp = fopen("/var/lib/gforge/chroot/home/groups/debian-med/htdocs/inc/locales.txt", "r")) {
+//if ($fp = fopen("/var/lib/gforge/chroot/home/groups/debian-med/htdocs/inc/locales.txt", "r")) {
 	while (!feof($fp)) {
 		$raw .= fgets($fp, 4096);
 	}




More information about the debian-med-commit mailing list