[Mapbender-commits] r4841 - branches/2.6/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 20 08:28:48 EDT 2009


Author: christoph
Date: 2009-10-20 08:28:47 -0400 (Tue, 20 Oct 2009)
New Revision: 4841

Modified:
   branches/2.6/conf/session.conf
Log:
added additional parameters (trunk)

Modified: branches/2.6/conf/session.conf
===================================================================
--- branches/2.6/conf/session.conf	2009-10-20 12:27:47 UTC (rev 4840)
+++ branches/2.6/conf/session.conf	2009-10-20 12:28:47 UTC (rev 4841)
@@ -19,6 +19,8 @@
 	$i++;
 }
 unset($i);
+$_SESSION["addwms_showWMS"] = $_REQUEST["addwms_showWMS"];
+$_SESSION["addwms_zoomToExtent"] = $_REQUEST["addwms_zoomToExtent"];
 
 $_SESSION["mb_myWmc"] = "";
 $_SESSION["mb_myWmc_action"] = "";



More information about the Mapbender_commits mailing list