[Mapbender-commits] r4036 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 17 09:48:00 EDT 2009


Author: verenadiewald
Date: 2009-06-17 09:48:00 -0400 (Wed, 17 Jun 2009)
New Revision: 4036

Modified:
   trunk/mapbender/http/classes/class_wfs_configuration.php
Log:
additional field f_detailpos

Modified: trunk/mapbender/http/classes/class_wfs_configuration.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs_configuration.php	2009-06-17 13:47:34 UTC (rev 4035)
+++ trunk/mapbender/http/classes/class_wfs_configuration.php	2009-06-17 13:48:00 UTC (rev 4036)
@@ -72,7 +72,7 @@
 //		$element->formElementHtmlTemplate = $row["f_html_template"];
 		$element->formElementHtml = $obj->formelementhtml;
 		$element->authVarname = $obj->authvarname;
-		$element->detailPos = intval($obj->respos);
+		$element->detailPos = intval($obj->detailPos);
 		$element->operator = $obj->operator;
 		$element->showDetail = intval($obj->showdetail);
 		$element->helptext = $obj->helptext;
@@ -94,11 +94,11 @@
 			$el->styleId, $el->toUpper,	$el->label,	$el->labelId,
 			$el->show, $el->respos, $el->formElementHtml, $el->edit,
 			$el->mandatory,	$el->authVarname, $el->operator,
-			$el->showDetail, $el->minInput, $el->helptext, $el->category
+			$el->showDetail, $el->detailPos, $el->minInput, $el->helptext, $el->category
 		);
 		$t = array(
 			"i", "i", "i", "i", "i", "s", "i", "s", "s", "i", 
-			"i", "s", "i", "i", "s", "s", "i", "i", "s", "s"
+			"i", "s", "i", "i", "s", "s", "i", "i", "i", "s", "s"
 		);
 		
 		$res = db_prep_query($sql, $v, $t);
@@ -120,12 +120,12 @@
 			$el->geom, $el->search, $el->pos, $el->styleId, $el->toUpper,
 			$el->label,	$el->labelId, $el->show, $el->respos, 
 			$el->formElementHtml, $el->edit, $el->mandatory,
-			$el->authVarname, $el->operator, $el->showDetail, 
+			$el->authVarname, $el->operator, $el->showDetail, $el->detailPos,  
 			$el->minInput, $el->helptext, $el->category, $el->id
 		);
 		$t = array(
 			"i", "i", "i", "s", "i", "s", "s", "i", "i", 
-			"s", "i", "i", "s", "s", "i", "i", "s", "s", "i"
+			"s", "i", "i", "s", "s", "i", "i", "i", "s", "s", "i"
 		);
 		
 		$res = db_prep_query($sql, $v, $t);



More information about the Mapbender_commits mailing list