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