IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2009, 9:58:17 AM (16 years ago)
Author:
eugene
Message:

add ability to set default limits for pages

File:
1 edited

Legend:

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

    r21137 r26456  
    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.