- 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/chipPendingImfile.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/chipPendingImfile.d
r27892 r40974 1 TABLE chipRun , rawExp, rawImfile1 TABLE chipRun JOIN rawExp using (exp_id) JOIN rawImfile using (exp_id) 2 2 TITLE Chip Pending Imfiles 3 3 FILE chipPendingImfile.php … … 9 9 # limit this table to OBJECT types of images 10 10 WHERE chipRun.state = 'new' 11 WHERE chipRun.exp_id = rawExp.exp_id 12 WHERE rawImfile.exp_id = rawExp.exp_id 11 12 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 13 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 13 14 14 15 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
