Changeset 40882 for trunk/ippMonitor/def/distRun.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/distRun.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/distRun.d
r35299 r40882 1 TABLE distRun , distComponent1 TABLE distRun JOIN distComponent USING (dist_id) 2 2 TITLE Distribution Runs 3 3 FILE distRun.php … … 6 6 # the following WHERE clauses are added to all queries joined by AND 7 7 8 WHERE distRun.dist_id = distComponent.dist_id 9 UNRESTRICTED AND 0=1 10 RESTRICT_COUNT AND 0>1 8 UNRESTRICTED WHERE distRun.time_stamp >= CURDATE() 9 RESTRICT_COUNT WHERE distRun.time_stamp >= CURDATE() 11 10 12 11 # field size format name show link to extras
Note:
See TracChangeset
for help on using the changeset viewer.
