Index: trunk/ippMonitor/def/autocodeImage.php
===================================================================
--- trunk/ippMonitor/def/autocodeImage.php	(revision 31102)
+++ trunk/ippMonitor/def/autocodeImage.php	(revision 39498)
@@ -46,5 +46,5 @@
   menu_end();
 }
-if (!$qry->fetchInto($row)) {
+if (!dbFetchInto($qry, $row)) {
   echo "<b>error reading $TABLE table count</b><br>\n";
   echo "<br><small><b> count query : $sql </b></small><br>\n";
@@ -111,5 +111,5 @@
 
 // output the results to tmpfile
-while ($qry->fetchInto($row)) {
+while (dbFetchInto($qry, $row)) {
   $line = "";
   foreach ($row as $i => $value) {
