[Mapbender-commits] r2090 - branches/2.5/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Feb 15 09:13:01 EST 2008


Author: verenadiewald
Date: 2008-02-15 09:13:01 -0500 (Fri, 15 Feb 2008)
New Revision: 2090

Modified:
   branches/2.5/http/classes/class_wfs_conf.php
Log:
added f_form_element_html to wfs conf object

Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php	2008-02-15 10:39:18 UTC (rev 2089)
+++ branches/2.5/http/classes/class_wfs_conf.php	2008-02-15 14:13:01 UTC (rev 2090)
@@ -125,6 +125,7 @@
 											"f_geom" => $row_conf_element["f_geom"],
 											"f_show" => $row_conf_element["f_show"],
 											"f_respos" => $row_conf_element["f_respos"],
+											"f_form_element_html" => $row_conf_element["f_form_element_html"],
 											"f_show_detail" => $row_conf_element["f_show_detail"],
 											"element_name" => $row_conf_element["element_name"],
 											"element_type" => $row_conf_element["element_type"]



More information about the Mapbender_commits mailing list