[Mapbender-commits] r2646 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 10 04:19:05 EDT 2008
Author: verenadiewald
Date: 2008-07-10 04:19:05 -0400 (Thu, 10 Jul 2008)
New Revision: 2646
Modified:
branches/2.5/http/classes/class_gml2.php
Log:
uncommented mb_exception line 199
Modified: branches/2.5/http/classes/class_gml2.php
===================================================================
--- branches/2.5/http/classes/class_gml2.php 2008-07-10 08:17:52 UTC (rev 2645)
+++ branches/2.5/http/classes/class_gml2.php 2008-07-10 08:19:05 UTC (rev 2646)
@@ -196,7 +196,7 @@
xml_parser_free($parser);
foreach ($values as $element) {
- $e = new mb_exception($element[tag]);
+ #$e = new mb_exception($element[tag]);
if(strtoupper($this->sepNameSpace($element[tag])) == strtoupper("boundedBy") && $element[type] == "open"){
$boundedBy = true;
}
More information about the Mapbender_commits
mailing list