Index: trunk/ippMonitor/raw/histogram.php
===================================================================
--- trunk/ippMonitor/raw/histogram.php	(revision 28433)
+++ trunk/ippMonitor/raw/histogram.php	(revision 39498)
@@ -101,5 +101,5 @@
   menu_end();
 }
-if (!$qry->fetchInto($row)) {
+if (!dbFetchInto($qry, $row)) {
   echo "<b>error reading camRun, chipRun, rawExp, camProcessedExp table count</b><br>\n";
   echo "<br><small><b> count query : $sql </b></small><br>\n";
@@ -376,5 +376,5 @@
 }
 // ** TAIL CODE **
-while ($qry->fetchInto($row)) {
+while (dbFetchInto($qry, $row)) {
   foreach ($keysToRowIndex as $i => $value) {
     if (get_value_from_key($i, TRUE) == "on") {
