- 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/detInputExp.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/detInputExp.d
r39498 r40974 1 TABLE detInputExp , rawExp1 TABLE detInputExp JOIN rawExp USING (exp_id) 2 2 TITLE detInputExp 3 3 FILE detInputExp.php … … 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE detInputExp.exp_id = rawExp.exp_id 7 8 RESTRICT_COUNT WHERE dateobs >= CURDATE() 9 UNRESTRICTED WHERE dateobs >= CURDATE() 8 10 9 11 ARGS ARG1 rawImfile.exp_id=$detInputExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
