IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14555


Ignore:
Timestamp:
Aug 20, 2007, 11:09:43 AM (19 years ago)
Author:
jhoblitt
Message:

fix newImfile -> rawImfile tmp_class_id counting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/regtool_pendingexp.sql

    r14091 r14555  
    2525        newExp.state = 'run'
    2626        AND rawExp.exp_id IS NULL
    27         AND rawImfile.fault = 0
     27        AND (rawImfile.fault = 0 || rawImfile.fault IS NULL)
    2828    GROUP BY
    2929        newExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.