Changeset 26456 for trunk/ippMonitor/def/autocode.php
- Timestamp:
- Dec 17, 2009, 9:58:17 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r21137 r26456 23 23 echo "<form action=\"$FILE\" method=\"POST\">\n"; 24 24 25 $restricted = 0; 26 25 27 // define restrictiosn to the queries 26 28 // ** TABLE RESTRICTIONS ** 29 30 if ($restricted == 0) { 31 if ("$UNRESTRICTED" != "none") { 32 $WHERE = "$WHERE $UNRESTRICTED"; 33 } 34 } 27 35 28 36 // get the result table count
Note:
See TracChangeset
for help on using the changeset viewer.
