[fusion-commits] r1834 - trunk/layers/MapGuide/php
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Apr 29 11:00:09 EDT 2009
Author: pagameba
Date: 2009-04-29 11:00:09 -0400 (Wed, 29 Apr 2009)
New Revision: 1834
Modified:
trunk/layers/MapGuide/php/GetSelectionProperties.php
Log:
remove extraneous output
Modified: trunk/layers/MapGuide/php/GetSelectionProperties.php
===================================================================
--- trunk/layers/MapGuide/php/GetSelectionProperties.php 2009-04-28 20:41:59 UTC (rev 1833)
+++ trunk/layers/MapGuide/php/GetSelectionProperties.php 2009-04-29 15:00:09 UTC (rev 1834)
@@ -61,7 +61,7 @@
header('X-JSON: true');
$layers = $selection->GetLayers();
$nLayers = $layers->GetCount();
- echo "/* nLayers:".$nLayers."*/";
+ // echo "/* nLayers:".$nLayers."*/";
for ($i=0; $i<$nLayers; $i++) {
$oLayer = $layers->GetItem($i);
$featureResId = new MgResourceIdentifier($oLayer->GetFeatureSourceId());
More information about the fusion-commits
mailing list