[fusion-commits] r2305 - trunk/layers/MapServer/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Dec 16 10:42:00 EST 2010


Author: pagameba
Date: 2010-12-16 07:42:00 -0800 (Thu, 16 Dec 2010)
New Revision: 2305

Modified:
   trunk/layers/MapServer/php/LoadMap.php
Log:
clear selection array from session when loading map.

Modified: trunk/layers/MapServer/php/LoadMap.php
===================================================================
--- trunk/layers/MapServer/php/LoadMap.php	2010-12-16 13:23:48 UTC (rev 2304)
+++ trunk/layers/MapServer/php/LoadMap.php	2010-12-16 15:42:00 UTC (rev 2305)
@@ -41,6 +41,8 @@
 $moveToSession = true;
 $modifyPaths = false;
 
+unset($_SESSION['selection_array']);
+
 /**
    TODO make it possible to specify only a relative path
    in the WebLayout and have this code know where to



More information about the fusion-commits mailing list