[Mapbender-commits] r2235 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 13 06:49:09 EDT 2008
Author: christoph
Date: 2008-03-13 06:49:09 -0400 (Thu, 13 Mar 2008)
New Revision: 2235
Modified:
branches/2.5/http/php/mod_loadwms.php
Log:
replaced gui_id by guiList
Modified: branches/2.5/http/php/mod_loadwms.php
===================================================================
--- branches/2.5/http/php/mod_loadwms.php 2008-03-13 10:47:52 UTC (rev 2234)
+++ branches/2.5/http/php/mod_loadwms.php 2008-03-13 10:49:09 UTC (rev 2235)
@@ -20,13 +20,13 @@
require_once(dirname(__FILE__) . "/mb_validatePermission.php");
require_once(dirname(__FILE__) . "/../classes/class_wms.php");
-echo "file: ".$_REQUEST["xml_file"];
-
-$gui_id = $_REQUEST["guiList"];
+$guiList = $_REQUEST["guiList"];
$xml = $_REQUEST["xml_file"];
+echo "file: ".$xml;
+
$mywms = new wms();
$mywms->createObjFromXML($xml);
-$mywms->writeObjInDB($gui_id);
+$mywms->writeObjInDB($guiList);
$mywms->displayWMS();
?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list