IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2009, 9:12:05 AM (17 years ago)
Author:
eugene
Message:

allow for DB or MDB2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/autocode.php

    r19302 r21137  
    3535
    3636$qry = $db->query($sql);
    37 if (DB::isError($qry)) {
     37if (dberror($qry)) {
    3838  echo "<b>error reading $TABLE table count</b><br>\n";
    3939  echo "<br><small><b> count query : $sql </b></small><br>\n";
     
    6565
    6666$qry = $db->query($sql);
    67 if (DB::isError($qry)) {
     67if (dberror($qry)) {
    6868  echo "<b>error reading $TABLE table</b><br>\n";
    6969  echo "<br><small><b> table query : $sql </b></small><br>\n";
Note: See TracChangeset for help on using the changeset viewer.