Changeset 39498 for trunk/ippMonitor/raw/diskUsage.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/diskUsage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/diskUsage.php
r29031 r39498 90 90 91 91 // list the results 92 while ( $qry->fetchInto($row)) {92 while (dbFetchInto($qry, $row)) { 93 93 echo "<tr><td class=\"$class\"><b>$TABLE</b></td>\n"; 94 94 // ** TABLE DATA **
Note:
See TracChangeset
for help on using the changeset viewer.
