[Mapbender-commits] r2676 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 21 04:02:01 EDT 2008
Author: verenadiewald
Date: 2008-07-21 04:02:01 -0400 (Mon, 21 Jul 2008)
New Revision: 2676
Modified:
branches/2.5/http/classes/class_wfs_conf.php
Log:
f_auth_varname was missing in wfs_conf object
Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php 2008-07-18 15:00:05 UTC (rev 2675)
+++ branches/2.5/http/classes/class_wfs_conf.php 2008-07-21 08:02:01 UTC (rev 2676)
@@ -146,6 +146,7 @@
"f_show" => $row["f_show"],
"f_respos" => $row["f_respos"],
"f_form_element_html" => $row["f_form_element_html"],
+ "f_auth_varname" => $row["f_auth_varname"],
"f_show_detail" => $row["f_show_detail"]
);
array_push($elementArray, $currentElement);
More information about the Mapbender_commits
mailing list