[fusion-commits] r2260 - branches/fusion-2.2/layers/MapServer/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Oct 26 10:14:57 EDT 2010


Author: madair
Date: 2010-10-26 07:14:57 -0700 (Tue, 26 Oct 2010)
New Revision: 2260

Modified:
   branches/fusion-2.2/layers/MapServer/php/Maptip.php
Log:
re $409: check for the correct label parameter

Modified: branches/fusion-2.2/layers/MapServer/php/Maptip.php
===================================================================
--- branches/fusion-2.2/layers/MapServer/php/Maptip.php	2010-10-25 21:33:40 UTC (rev 2259)
+++ branches/fusion-2.2/layers/MapServer/php/Maptip.php	2010-10-26 14:14:57 UTC (rev 2260)
@@ -41,7 +41,7 @@
 }
 
 /* The Label*/
-if ($_REQUEST['layer'] != '') {
+if ($_REQUEST['lable'] != '') {
     $aLabel = split(",",$_REQUEST['label']);
 }
 



More information about the fusion-commits mailing list