Index: trunk/ippMonitor/raw/nightSummary.php
===================================================================
--- trunk/ippMonitor/raw/nightSummary.php	(revision 33846)
+++ trunk/ippMonitor/raw/nightSummary.php	(revision 39498)
@@ -25,5 +25,5 @@
 
   // list the results
-  while ($qry->fetchInto($row)) {
+  while (dbFetchInto($qry, $row)) {
     echo "<tr><td class=\"$class\"><b>$TABLE</b></td>\n";
     // ** TABLE DATA **
