Changeset 34012 for trunk/ippMonitor/def/autocode.php
- Timestamp:
- Jun 14, 2012, 10:41:55 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r29485 r34012 28 28 // ** TABLE RESTRICTIONS ** 29 29 30 if ($restricted == 0) { 31 if ("$UNRESTRICTED" != "none") { 32 $WHERE = "$WHERE $UNRESTRICTED"; 33 } 34 } 30 // Note: the restriction is now moved AFTER the count query 35 31 36 32 // Add GROUP BY statements if any … … 56 52 menu_end(); 57 53 } 54 55 // Restrict the query if it is necessary 56 if ($restricted == 0) { 57 if ("$UNRESTRICTED" != "none") { 58 $WHERE = "$WHERE $UNRESTRICTED"; 59 } 60 } 61 58 62 // set up the row counter variables 59 63 if ($ID['from']) {
Note:
See TracChangeset
for help on using the changeset viewer.
