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

    r27892 r36788  
    1010WHERE camProcessedExp.cam_id  = camRun.cam_id
    1111WHERE camProcessedExp.fault = 0
     12
     13RESTRICT_COUNT AND dateobs >= CURDATE()
     14UNRESTRICTED AND dateobs >= CURDATE()
    1215
    1316# define the arguments supplied to the links below (if any)
Note: See TracChangeset for help on using the changeset viewer.