[Mapbender-commits] r1700 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 2 08:58:38 EDT 2007
Author: christoph
Date: 2007-10-02 08:58:38 -0400 (Tue, 02 Oct 2007)
New Revision: 1700
Modified:
trunk/mapbender/http/classes/class_wfs.php
Log:
declared undeclared variables
Modified: trunk/mapbender/http/classes/class_wfs.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs.php 2007-10-02 12:56:57 UTC (rev 1699)
+++ trunk/mapbender/http/classes/class_wfs.php 2007-10-02 12:58:38 UTC (rev 1700)
@@ -46,6 +46,8 @@
}
function createObjFromXML($url){
+ $values = null;
+ $tags = null;
$x = new connector($url);
$data = $x->file;
More information about the Mapbender_commits
mailing list