[Mapbender-commits] r2373 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 10 18:56:36 EDT 2008


Author: mschulz
Date: 2008-04-10 18:56:35 -0400 (Thu, 10 Apr 2008)
New Revision: 2373

Modified:
   branches/2.5/http/php/mod_editGuiWms.php
Log:
added mb_validateSession urlParameters to sld related url

Modified: branches/2.5/http/php/mod_editGuiWms.php
===================================================================
--- branches/2.5/http/php/mod_editGuiWms.php	2008-04-10 19:52:55 UTC (rev 2372)
+++ branches/2.5/http/php/mod_editGuiWms.php	2008-04-10 22:56:35 UTC (rev 2373)
@@ -724,7 +724,7 @@
 	if($wms_supportsld[0]) {
 		echo "<td>";
 		if ($i > 0) {
-			echo "<input class='button3' name='gui_layer_sld' type='button' onclick='window.open(\"../sld/sld_main.php?".SID."&gui_id=".$guiList."&wms_id=".$wms_id[0]."&layer_name=".$layer_name[$i]."\");' value='";
+			echo "<input class='button3' name='gui_layer_sld' type='button' onclick='window.open(\"../sld/sld_main.php?".$urlParameters."&sld_gui_id=".$guiList."&sld_wms_id=".$wms_id[0]."&sld_layer_name=".$layer_name[$i]."\");' value='";
 			if ($sld_user_layer_id[$i] != "")
 				echo "sld:".$sld_user_layer_id[$i]."(".$use_sld[$i].")";
 			else



More information about the Mapbender_commits mailing list