- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/def/autocode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippMonitor/def/autocode.php
r21137 r27840 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.
