[Mapbender-commits] r1703 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 2 09:02:16 EDT 2007


Author: christoph
Date: 2007-10-02 09:02:16 -0400 (Tue, 02 Oct 2007)
New Revision: 1703

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 13:01:26 UTC (rev 1702)
+++ trunk/mapbender/http/classes/class_wfs.php	2007-10-02 13:02:16 UTC (rev 1703)
@@ -370,7 +370,9 @@
 	var $featuretype_namespace = array();	
 	
 	function featuretype($name,$title,$srs,$url,$version){
-
+		$values = null;
+		$tags = null;
+		
 		$url .= "&SERVICE=WFS&VERSION=".$version."&REQUEST=DescribeFeatureType&TYPENAME=".$name;
 		
 		$this->featuretype_name = $name;



More information about the Mapbender_commits mailing list