Changes between Version 5 and Version 6 of MapGuideRfc46
- Timestamp:
- 03/14/08 15:59:28 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc46
v5 v6 79 79 $filterCollection = $sel->GenerateFilters($selLayer, $featureClassName, GetMaxSelectionSize()); 80 80 81 for ($filterIndex = 0; $filterIndex < $filterCollection->GetCount() ,$filterIndex++)81 for ($filterIndex = 0; $filterIndex < $filterCollection->GetCount(); $filterIndex++) 82 82 { 83 83 $query = new MgFeatureQueryOptions();