Index: trunk/ippMonitor/raw/warpProcessedExp.php
===================================================================
--- trunk/ippMonitor/raw/warpProcessedExp.php	(revision 32367)
+++ trunk/ippMonitor/raw/warpProcessedExp.php	(revision 39498)
@@ -99,5 +99,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";
@@ -295,5 +295,5 @@
 
 // list the results
-while ($qry->fetchInto($row)) {
+while (dbFetchInto($qry, $row)) {
   // $link = "warpProcessedExp.php" . "?expID=" . $row[0] . "&" . $ID['link'];
 
