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_Images.d

    r34011 r36788  
    33FILE  camProcessedExp_Images.php
    44MENU  ipp.science.dat
    5 
    6 UNRESTRICTED AND 0>1
    75
    86# the following WHERE clauses are added to all queries joined by AND
     
    1210WHERE camProcessedExp.cam_id  = camRun.cam_id
    1311WHERE camProcessedExp.fault = 0
     12
     13RESTRICT_COUNT AND dateobs >= CURDATE()
     14UNRESTRICTED AND dateobs >= CURDATE()
     15
    1416# define image names to be used below
    1517# IMAGE VAR basename filerule camera class_id
Note: See TracChangeset for help on using the changeset viewer.