- Timestamp:
- Oct 27, 2019, 9:47:12 PM (7 years ago)
- Location:
- branches/ccl_branches/ipp-20190806/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/camPendingExp.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40862,40877-40879,40882-40883,40936
- Property svn:mergeinfo changed
-
branches/ccl_branches/ipp-20190806/ippMonitor/def/camPendingExp.d
r27892 r40974 1 TABLE camRun , chipRun, rawExp1 TABLE camRun JOIN chipRun using (chip_id) JOIN rawExp using (exp_id) 2 2 TITLE Camera Pending 3 3 FILE camPendingExp.php … … 5 5 6 6 WHERE camRun.state = 'new' 7 WHERE camRun.chip_id = chipRun.chip_id 8 WHERE chipRun.exp_id = rawExp.exp_id 7 8 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 9 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 9 10 10 11 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
