[Mapbender-commits] r2261 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Mar 17 13:31:43 EDT 2008
Author: christoph
Date: 2008-03-17 13:31:43 -0400 (Mon, 17 Mar 2008)
New Revision: 2261
Modified:
branches/2.5/http/php/mod_loadwfs.php
Log:
replace gui_id by guiList
Modified: branches/2.5/http/php/mod_loadwfs.php
===================================================================
--- branches/2.5/http/php/mod_loadwfs.php 2008-03-17 17:29:39 UTC (rev 2260)
+++ branches/2.5/http/php/mod_loadwfs.php 2008-03-17 17:31:43 UTC (rev 2261)
@@ -24,10 +24,10 @@
echo "file: ".$_REQUEST["xml_file"];
echo "<br>-------------------------------<br>";
-$gui_id = mb_validateInput($_REQUEST["guiList"]);
+$guiList = mb_validateInput($_REQUEST["guiList"]);
$xml = mb_validateInput($_REQUEST["xml_file"]);
$mywms = new wfs();
$mywms->createObjFromXML($xml);
-$mywms->wfs2db($gui_id);
+$mywms->wfs2db($guiList);
$mywms->displayWFS();
?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list