[Mapbender-commits] r2046 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jan 31 04:01:54 EST 2008
Author: verenadiewald
Date: 2008-01-31 04:01:54 -0500 (Thu, 31 Jan 2008)
New Revision: 2046
Modified:
branches/2.5/http/classes/class_wfs_conf.php
Log:
added f_respos to object
Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php 2008-01-31 09:01:05 UTC (rev 2045)
+++ branches/2.5/http/classes/class_wfs_conf.php 2008-01-31 09:01:54 UTC (rev 2046)
@@ -124,6 +124,7 @@
"f_label_id" => $row_conf_element["f_label_id"],
"f_geom" => $row_conf_element["f_geom"],
"f_show" => $row_conf_element["f_show"],
+ "f_respos" => $row_conf_element["f_respos"],
"element_name" => $row_conf_element["element_name"],
"element_type" => $row_conf_element["element_type"]
);
More information about the Mapbender_commits
mailing list