[mapguide-commits] r6844 - branches/2.4/MgDev/Web/src/schemareport

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 3 20:57:42 PDT 2012


Author: jng
Date: 2012-07-03 20:57:42 -0700 (Tue, 03 Jul 2012)
New Revision: 6844

Modified:
   branches/2.4/MgDev/Web/src/schemareport/displayschemafunctions.php
Log:
Fix PHP "undefined variable" notice

Modified: branches/2.4/MgDev/Web/src/schemareport/displayschemafunctions.php
===================================================================
--- branches/2.4/MgDev/Web/src/schemareport/displayschemafunctions.php	2012-07-03 12:51:39 UTC (rev 6843)
+++ branches/2.4/MgDev/Web/src/schemareport/displayschemafunctions.php	2012-07-04 03:57:42 UTC (rev 6844)
@@ -120,6 +120,7 @@
     //
     //NOTE: If MapGuide supported scrollable readers like FDO, we'd have also tried 
     //that as well.
+    $totalEntries = -1;
     $featureName = $schemaName . ":" . $className;
     $canCount = false;
     $gotCount = false;



More information about the mapguide-commits mailing list