IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2006, 3:18:14 PM (20 years ago)
Author:
eugene
Message:

various minor updates

File:
1 edited

Legend:

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

    r9008 r9011  
    2020// ** TABLE RESTRICTIONS **
    2121
    22 echo "WHERE: $WHERE<br><br>\n";
    23 
    2422// query the database
    2523if ($WHERE) {
     
    2826  $sql = "SELECT $FIELDS FROM $TABLE LIMIT 20";
    2927}
    30 
    31 echo "SQL: $sql<br><br>\n";
    3228
    3329$qry = $db->query($sql);
     
    7874// ** TAIL CODE **
    7975
     76echo "<small> WHERE: $WHERE<br><br></small>\n";
     77echo "<small> SQL: $sql<br><br></small>\n";
     78
    8079menu_end();
    8180
Note: See TracChangeset for help on using the changeset viewer.