[Mapbender-commits] r2608 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jul 8 09:49:20 EDT 2008
Author: christoph
Date: 2008-07-08 09:49:19 -0400 (Tue, 08 Jul 2008)
New Revision: 2608
Modified:
branches/2.5/http/classes/class_locale.php
Log:
debug
Modified: branches/2.5/http/classes/class_locale.php
===================================================================
--- branches/2.5/http/classes/class_locale.php 2008-07-08 13:33:00 UTC (rev 2607)
+++ branches/2.5/http/classes/class_locale.php 2008-07-08 13:49:19 UTC (rev 2608)
@@ -107,8 +107,9 @@
$_SESSION["mb_locale"] = $this->name;
$e = new Mb_notice("locale " . $this->name . " ok on " . $this->os);
// from http://de3.php.net/manual/de/function.gettext.php
- bindtextdomain("Mapbender", dirname(__FILE__)."/../resources/locale/");
- textdomain("Mapbender");
+ $e = new Mb_notice("Bindtextdomain: " . bindtextdomain("Mapbender", dirname(__FILE__)."/../resources/locale/"));
+ $e = new Mb_notice("Textdomain: " . textdomain("Mapbender"));
+
return true;
}
}
More information about the Mapbender_commits
mailing list