[Mapbender-commits] r1702 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 2 09:01:26 EDT 2007
Author: christoph
Date: 2007-10-02 09:01:26 -0400 (Tue, 02 Oct 2007)
New Revision: 1702
Modified:
trunk/mapbender/http/classes/class_gml2.php
Log:
declared undeclared variables
Modified: trunk/mapbender/http/classes/class_gml2.php
===================================================================
--- trunk/mapbender/http/classes/class_gml2.php 2007-10-02 13:00:37 UTC (rev 1701)
+++ trunk/mapbender/http/classes/class_gml2.php 2007-10-02 13:01:26 UTC (rev 1702)
@@ -51,7 +51,9 @@
$section = false;
$geom = false;
$boundedBy = false;
- $coordinates = false;
+ $coordinates = false;#
+ $values = null;
+ $tags = null;
$el = -1;
$parser = xml_parser_create(CHARSET);
xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
More information about the Mapbender_commits
mailing list