Changeset 39498 for trunk/ippMonitor/def/autocodeImage.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocodeImage.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocodeImage.php
r31102 r39498 46 46 menu_end(); 47 47 } 48 if (! $qry->fetchInto($row)) {48 if (!dbFetchInto($qry, $row)) { 49 49 echo "<b>error reading $TABLE table count</b><br>\n"; 50 50 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 111 111 112 112 // output the results to tmpfile 113 while ( $qry->fetchInto($row)) {113 while (dbFetchInto($qry, $row)) { 114 114 $line = ""; 115 115 foreach ($row as $i => $value) {
Note:
See TracChangeset
for help on using the changeset viewer.
