Changeset 39498 for trunk/ippMonitor/raw/histogram.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/histogram.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/histogram.php
r28433 r39498 101 101 menu_end(); 102 102 } 103 if (! $qry->fetchInto($row)) {103 if (!dbFetchInto($qry, $row)) { 104 104 echo "<b>error reading camRun, chipRun, rawExp, camProcessedExp table count</b><br>\n"; 105 105 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 376 376 } 377 377 // ** TAIL CODE ** 378 while ( $qry->fetchInto($row)) {378 while (dbFetchInto($qry, $row)) { 379 379 foreach ($keysToRowIndex as $i => $value) { 380 380 if (get_value_from_key($i, TRUE) == "on") {
Note:
See TracChangeset
for help on using the changeset viewer.
