Index: trunk/ippMonitor/raw/czartool_ipptopsps.php
===================================================================
--- trunk/ippMonitor/raw/czartool_ipptopsps.php	(revision 33846)
+++ trunk/ippMonitor/raw/czartool_ipptopsps.php	(revision 39498)
@@ -176,5 +176,5 @@
     $qry = $db->query($sql);
     if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";}
-    while ($qry->fetchInto($row)) {
+    while (dbFetchInto($qry, $row)) {
 
         $labels[] = $row[0];
@@ -367,5 +367,5 @@
     $qry = $db->query($sql);
     if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";}
-    $qry->fetchInto($row);
+    dbFetchInto($qry, $row);
 
     $pending = $row[0];
@@ -400,5 +400,5 @@
     $qry = $db->query($sql);
     if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";}
-    $qry->fetchInto($row);
+    dbFetchInto($qry, $row);
 
     return $row[0];
