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

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


Author: lutsenkodv-guest
Date: 2010-08-19 10:53:44 +0000 (Thu, 19 Aug 2010)
New Revision: 5156

Modified:
   trunk/community/website/inc/locale.inc.php
Log:
Correct some translation in ru_RU locale

Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php	2010-08-19 10:51:08 UTC (rev 5155)
+++ trunk/community/website/inc/locale.inc.php	2010-08-19 10:53:44 UTC (rev 5156)
@@ -41,9 +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")) {
+if ($fp = fopen(getcwd() . "/inc/locales.txt", "r")) {
 	while (!feof($fp)) {
 		$raw .= fgets($fp, 4096);
 	}




More information about the debian-med-commit mailing list