Changeset 40882 for trunk/ippMonitor/def/detProcessedExp.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/detProcessedExp.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detProcessedExp.d
r19726 r40882 1 TABLE detProcessedExp , rawExp1 TABLE detProcessedExp JOIN rawExp USING (exp_id) 2 2 TITLE detProcessedExp 3 3 FILE detProcessedExp.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detProcessedExp.exp_id = rawExp.exp_id 7 8 RESTRICT_COUNT WHERE rawExp.dateobs >= CURDATE() 9 UNRESTRICTED WHERE rawExp.dateobs >= CURDATE() 8 10 9 11 # define image names to be used below
Note:
See TracChangeset
for help on using the changeset viewer.
