IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2014, 10:20:59 AM (12 years ago)
Author:
eugene
Message:

limit unrestricted queries to current date or no selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/chipProcessedExp.d

    r27892 r36788  
    77WHERE chipRun.state != 'new'
    88WHERE chipRun.exp_id = rawExp.exp_id
     9
     10RESTRICT_COUNT AND dateobs >= CURDATE()
     11UNRESTRICTED AND dateobs >= CURDATE()
    912
    1013ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.