[mapguide-commits] r6845 - trunk/MgDev/Web/src/schemareport

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jul 4 03:21:40 PDT 2012


Author: jng
Date: 2012-07-04 03:21:40 -0700 (Wed, 04 Jul 2012)
New Revision: 6845

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

Modified: trunk/MgDev/Web/src/schemareport/displayschemafunctions.php
===================================================================
--- trunk/MgDev/Web/src/schemareport/displayschemafunctions.php	2012-07-04 03:57:42 UTC (rev 6844)
+++ trunk/MgDev/Web/src/schemareport/displayschemafunctions.php	2012-07-04 10:21:40 UTC (rev 6845)
@@ -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