- Timestamp:
- Jun 20, 2012, 12:21:48 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/autocode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 33990-33991,34006-34007,34011-34017
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120601/ippMonitor/def/autocode.php
r29485 r34047 28 28 // ** TABLE RESTRICTIONS ** 29 29 30 // Note: the restriction is now moved AFTER the count query 31 // unless the RESTRICT_COUNT keyword is used 30 32 if ($restricted == 0) { 31 if ("$ UNRESTRICTED" != "none") {32 $WHERE = "$WHERE $ UNRESTRICTED";33 if ("$RESTRICT_COUNT" != "none") { 34 $WHERE = "$WHERE $RESTRICT_COUNT"; 33 35 } 34 36 } … … 56 58 menu_end(); 57 59 } 60 61 // Restrict the query if it is necessary 62 if ($restricted == 0) { 63 if ( ("$UNRESTRICTED" != "none") && ("$RESTRICT_COUNT" == "none") ) { 64 $WHERE = "$WHERE $UNRESTRICTED"; 65 } 66 } 67 58 68 // set up the row counter variables 59 69 if ($ID['from']) {
Note:
See TracChangeset
for help on using the changeset viewer.
