IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11080


Ignore:
Timestamp:
Jan 12, 2007, 12:44:07 PM (19 years ago)
Author:
jhoblitt
Message:

change -pendingexp to not list exposures with faulted imfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r11047 r11080  
    466466        "   AND newExp.imfiles ="
    467467        "   (SELECT COUNT(exp_tag) FROM rawImfile"
    468         "       WHERE rawImfile.exp_tag = newExp.exp_tag)"
     468        "       WHERE"
     469        "           rawImfile.exp_tag = newExp.exp_tag"
     470        "           AND rawImfile.fault = 0)"
    469471    );
    470472
Note: See TracChangeset for help on using the changeset viewer.