[fusion-commits] r2204 - sandbox/jxlib-3.0/layers/MapServer/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Aug 17 13:19:31 EDT 2010


Author: pdeschamps
Date: 2010-08-17 17:19:31 +0000 (Tue, 17 Aug 2010)
New Revision: 2204

Modified:
   sandbox/jxlib-3.0/layers/MapServer/php/GetAttributes.php
Log:
This code doesn't seem to be necessary

Modified: sandbox/jxlib-3.0/layers/MapServer/php/GetAttributes.php
===================================================================
--- sandbox/jxlib-3.0/layers/MapServer/php/GetAttributes.php	2010-08-16 17:13:15 UTC (rev 2203)
+++ sandbox/jxlib-3.0/layers/MapServer/php/GetAttributes.php	2010-08-17 17:19:31 UTC (rev 2204)
@@ -103,16 +103,17 @@
       
       $oLayer->close();
     }
-
+/*
 	if(isset($_SESSION['selection_array']->$layerName)){
 		if(isset($_SESSION['selection_array']->$layerName->values)){
 			$properties->$layerName->values = $_SESSION['selection_array']->$layerName->values;
 		}
 	}
+*/
 }
 
 /*save selection in the session*/
-$_SESSION['selection_array'] = $properties; 
+//$_SESSION['selection_array'] = $properties; 
 
 echo var2json($properties);
 



More information about the fusion-commits mailing list