IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

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

    r39498 r40882  
    1 TABLE detInputExp, rawExp
     1TABLE detInputExp JOIN rawExp USING (exp_id)
    22TITLE detInputExp
    33FILE  detInputExp.php
     
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE detInputExp.exp_id = rawExp.exp_id
     7
     8RESTRICT_COUNT WHERE dateobs >= CURDATE()
     9UNRESTRICTED WHERE dateobs >= CURDATE()
    810
    911ARGS  ARG1  rawImfile.exp_id=$detInputExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.