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/chipIQstats.d

    r27892 r36788  
    88WHERE chipRun.exp_id = rawExp.exp_id
    99WHERE chipRun.chip_id = chipProcessedImfile.chip_id
     10
     11RESTRICT_COUNT AND dateobs >= CURDATE()
     12UNRESTRICTED AND dateobs >= CURDATE()
    1013
    1114ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.