[Mapbender-commits] r2610 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jul 8 09:53:25 EDT 2008
Author: christoph
Date: 2008-07-08 09:53:25 -0400 (Tue, 08 Jul 2008)
New Revision: 2610
Modified:
branches/2.5/http/classes/class_locale.php
Log:
removed logging
Modified: branches/2.5/http/classes/class_locale.php
===================================================================
--- branches/2.5/http/classes/class_locale.php 2008-07-08 13:51:33 UTC (rev 2609)
+++ branches/2.5/http/classes/class_locale.php 2008-07-08 13:53:25 UTC (rev 2610)
@@ -107,8 +107,8 @@
$_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
- $e = new Mb_notice("Bindtextdomain: " . bindtextdomain("Mapbender", dirname(__FILE__)."/../../resources/locale/"));
- $e = new Mb_notice("Textdomain: " . textdomain("Mapbender"));
+ bindtextdomain("Mapbender", dirname(__FILE__)."/../../resources/locale/");
+ textdomain("Mapbender");
return true;
}
More information about the Mapbender_commits
mailing list