IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29372


Ignore:
Timestamp:
Oct 9, 2010, 11:33:01 AM (16 years ago)
Author:
bills
Message:

magictool -reverttree was broken (set state back to 'new')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20100823/ippTools/src/magictool.c

    r28768 r29372  
    612612    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    613613
    614     psString query = psStringCopy("UPDATE magicRun SET fault = 0, state = 'new' WHERE fault != 0");
     614    psString query = psStringCopy("UPDATE magicRun SET fault = 0 WHERE state = 'new' AND fault != 0");
    615615
    616616    if (psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.