IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 3:07:42 PM (19 years ago)
Author:
eugene
Message:

updating to new table schema

File:
1 edited

Legend:

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

    r13566 r14113  
    2828// get the result table count
    2929$sql = "SELECT count(*) FROM $TABLE $WHERE";
     30// echo "<br><small><b> count query : $sql </b></small><br>\n";
    3031
    3132$qry = $db->query($sql);
     
    5152// query the database
    5253$sql = "SELECT $FIELDS FROM $TABLE $WHERE LIMIT $dTABLE OFFSET $rowStart";
     54// echo "<br><small><b> table query : $sql </b></small><br>\n";
    5355
    5456$qry = $db->query($sql);
Note: See TracChangeset for help on using the changeset viewer.