Changeset 39498 for trunk/ippMonitor/raw/simplePlotraw.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/simplePlotraw.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/simplePlotraw.php
r31102 r39498 75 75 menu_end(); 76 76 } 77 if (! $qry->fetchInto($row)) {77 if (!dbFetchInto($qry, $row)) { 78 78 echo "<b>error reading rawExp table count</b><br>\n"; 79 79 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 218 218 219 219 // list the results 220 while ( $qry->fetchInto($row)) {220 while (dbFetchInto($qry, $row)) { 221 221 switch ($row[2]) { 222 222 case 'g.00000':
Note:
See TracChangeset
for help on using the changeset viewer.
