Index: trunk/ippMonitor/raw/warpProcessedExp_Images.php
===================================================================
--- trunk/ippMonitor/raw/warpProcessedExp_Images.php	(revision 32366)
+++ trunk/ippMonitor/raw/warpProcessedExp_Images.php	(revision 39498)
@@ -91,5 +91,5 @@
   menu_end();
 }
-if (!$qry->fetchInto($row)) {
+if (!dbFetchInto($qry, $row)) {
   echo "<b>error reading warpRun, fakeRun, camRun, chipRun, rawExp, warpSummary table count</b><br>\n";
   echo "<br><small><b> count query : $sql </b></small><br>\n";
@@ -307,5 +307,5 @@
 
 // list the results
-while ($qry->fetchInto($row)) {
+while (dbFetchInto($qry, $row)) {
   // $link = "warpProcessedExp_Images.php" . "?expID=" . $row[0] . "&" . $ID['link'];
 
