Index: trunk/ippMonitor/raw/simplePlot.php
===================================================================
--- trunk/ippMonitor/raw/simplePlot.php	(revision 31102)
+++ trunk/ippMonitor/raw/simplePlot.php	(revision 39498)
@@ -81,5 +81,5 @@
   menu_end();
 }
-if (!$qry->fetchInto($row)) {
+if (!dbFetchInto($qry, $row)) {
   echo "<b>error reading chipRun, rawExp table count</b><br>\n";
   echo "<br><small><b> count query : $sql </b></small><br>\n";
@@ -238,5 +238,5 @@
 
 // list the results
-while ($qry->fetchInto($row)) {
+while (dbFetchInto($qry, $row)) {
   switch ($row[2]) {
    case 'g.00000':
