IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 4:00:56 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippMonitor/def/autocode.php

    r21137 r26862  
    2323echo "<form action=\"$FILE\" method=\"POST\">\n";
    2424
     25$restricted = 0;
     26
    2527// define restrictiosn to the queries
    2628// ** TABLE RESTRICTIONS **
     29
     30if ($restricted == 0) {
     31  if ("$UNRESTRICTED" != "none") {
     32    $WHERE = "$WHERE $UNRESTRICTED";
     33  }
     34}
    2735
    2836// get the result table count
Note: See TracChangeset for help on using the changeset viewer.