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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jun 19 09:54:09 EDT 2009


Author: christoph
Date: 2009-06-19 09:54:09 -0400 (Fri, 19 Jun 2009)
New Revision: 4050

Modified:
   trunk/mapbender/http/classes/class_wfs_configuration.php
Log:


Modified: trunk/mapbender/http/classes/class_wfs_configuration.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs_configuration.php	2009-06-19 13:26:49 UTC (rev 4049)
+++ trunk/mapbender/http/classes/class_wfs_configuration.php	2009-06-19 13:54:09 UTC (rev 4050)
@@ -27,6 +27,7 @@
  * to a configuration of a WFS featuretype.
  */
 class WfsConfigurationElement {
+	var $id;
 	var $name;
 	var $type;
 	var $search;
@@ -123,7 +124,7 @@
 			$el->label,	$el->labelId, $el->show, $el->respos, 
 			$el->formElementHtml, $el->edit, $el->mandatory,
 			$el->authVarname, $el->operator, $el->showDetail, $el->detailPos,  
-			$el->minInput, $el->helptext, $el->category, $wfsConfId
+			$el->minInput, $el->helptext, $el->category, $el->id, $wfsConfId
 		);
 		$t = array(
 			"i", "i", "i", "s", "i", "s", "s", "i", "i", 



More information about the Mapbender_commits mailing list