Changeset 39498 for trunk/ippMonitor/raw/columns_in_db.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/columns_in_db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/columns_in_db.php
r28688 r39498 130 130 $line = ""; 131 131 $values = array(); 132 while ( $qry->fetchInto($row)) {132 while (dbFetchInto($qry, $row)) { 133 133 // print "[".$row[0]."]<br>\n"; 134 134 foreach ($row as $index => $value) {
Note:
See TracChangeset
for help on using the changeset viewer.
