Changeset 21137 for trunk/ippMonitor/def/autocode.php
- Timestamp:
- Jan 18, 2009, 9:12:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r19302 r21137 35 35 36 36 $qry = $db->query($sql); 37 if ( DB::isError($qry)) {37 if (dberror($qry)) { 38 38 echo "<b>error reading $TABLE table count</b><br>\n"; 39 39 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 65 65 66 66 $qry = $db->query($sql); 67 if ( DB::isError($qry)) {67 if (dberror($qry)) { 68 68 echo "<b>error reading $TABLE table</b><br>\n"; 69 69 echo "<br><small><b> table query : $sql </b></small><br>\n";
Note:
See TracChangeset
for help on using the changeset viewer.
