[Mapbender-commits] r5487 - branches/2.6/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Feb 5 09:30:59 EST 2010
Author: christoph
Date: 2010-02-05 09:30:59 -0500 (Fri, 05 Feb 2010)
New Revision: 5487
Modified:
branches/2.6/core/i18n.php
Log:
no nptice in i18n
Modified: branches/2.6/core/i18n.php
===================================================================
--- branches/2.6/core/i18n.php 2010-02-05 14:30:33 UTC (rev 5486)
+++ branches/2.6/core/i18n.php 2010-02-05 14:30:59 UTC (rev 5487)
@@ -23,7 +23,8 @@
}
if (USE_I18N) {
- $e = new mb_notice("Translating '" . $someString . "' to language " . $_SESSION["mb_locale"] . ": '" . _($someString) . "'");
+// $e = new mb_notice("Translating '" . $someString . "' to language " . Mapbender::session()->get("mb_locale") . ": '" . _($someString) . "'");
+
return vsprintf(_($someString), $arg);
}
return vsprintf($someString, $arg);
More information about the Mapbender_commits
mailing list