Changeset 40882 for trunk/ippMonitor/def/chipPendingImfile.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/chipPendingImfile.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/chipPendingImfile.d
r27892 r40882 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.
