Changeset 40882 for trunk/ippMonitor/def/chipPendingExp.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipPendingExp.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipPendingExp.d
r27892 r40882 1 TABLE chipRun , rawExp1 TABLE chipRun JOIN rawExp using (exp_id) 2 2 TITLE chip Pending Exposures 3 3 FILE chipPendingExp.php … … 6 6 # limit this table to non-OBJECT types of images 7 7 WHERE chipRun.state = 'new' 8 WHERE chipRun.exp_id = rawExp.exp_id 8 9 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 10 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 9 11 10 12 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
