[Mapbender-commits] r2044 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jan 31 03:33:00 EST 2008
Author: verenadiewald
Date: 2008-01-31 03:33:00 -0500 (Thu, 31 Jan 2008)
New Revision: 2044
Modified:
branches/2.5/http/classes/class_wfs_conf.php
Log:
added f_show to object
Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php 2008-01-31 08:31:40 UTC (rev 2043)
+++ branches/2.5/http/classes/class_wfs_conf.php 2008-01-31 08:33:00 UTC (rev 2044)
@@ -123,6 +123,7 @@
"f_label" => $row_conf_element["f_label"],
"f_label_id" => $row_conf_element["f_label_id"],
"f_geom" => $row_conf_element["f_geom"],
+ "f_show" => $row_conf_element["f_show"],
"element_name" => $row_conf_element["element_name"],
"element_type" => $row_conf_element["element_type"]
);
More information about the Mapbender_commits
mailing list