Changeset 39498 for trunk/ippMonitor/raw/simplePlot.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/simplePlot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/simplePlot.php
r31102 r39498 81 81 menu_end(); 82 82 } 83 if (! $qry->fetchInto($row)) {83 if (!dbFetchInto($qry, $row)) { 84 84 echo "<b>error reading chipRun, rawExp table count</b><br>\n"; 85 85 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 238 238 239 239 // list the results 240 while ( $qry->fetchInto($row)) {240 while (dbFetchInto($qry, $row)) { 241 241 switch ($row[2]) { 242 242 case 'g.00000':
Note:
See TracChangeset
for help on using the changeset viewer.
