Changeset 39498 for trunk/ippMonitor/raw/czartool_ipptopsps.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_ipptopsps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_ipptopsps.php
r33846 r39498 176 176 $qry = $db->query($sql); 177 177 if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";} 178 while ( $qry->fetchInto($row)) {178 while (dbFetchInto($qry, $row)) { 179 179 180 180 $labels[] = $row[0]; … … 367 367 $qry = $db->query($sql); 368 368 if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";} 369 $qry->fetchInto($row);369 dbFetchInto($qry, $row); 370 370 371 371 $pending = $row[0]; … … 400 400 $qry = $db->query($sql); 401 401 if (dberror($qry)) {echo "<b>error with $sql </b><br>\n";} 402 $qry->fetchInto($row);402 dbFetchInto($qry, $row); 403 403 404 404 return $row[0];
Note:
See TracChangeset
for help on using the changeset viewer.
