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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 31 08:12:44 EST 2008


Author: verenadiewald
Date: 2008-01-31 08:12:44 -0500 (Thu, 31 Jan 2008)
New Revision: 2051

Modified:
   branches/2.5/http/classes/class_wfs_conf.php
Log:
added f_show_detail to object

Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php	2008-01-31 13:11:41 UTC (rev 2050)
+++ branches/2.5/http/classes/class_wfs_conf.php	2008-01-31 13:12:44 UTC (rev 2051)
@@ -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_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