IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24152


Ignore:
Timestamp:
May 12, 2009, 5:54:42 PM (17 years ago)
Author:
Paul Price
Message:

Revert was setting wrong state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTools/src/magictool.c

    r24149 r24152  
    590590    PXOPT_COPY_S16(config->args, where, "-fault", "fault", "==");
    591591
    592     psString query = psStringCopy("UPDATE magicRun SET fault = 0, state = 'run' WHERE fault != 0");
     592    psString query = psStringCopy("UPDATE magicRun SET fault = 0, state = 'new' WHERE fault != 0");
    593593
    594594    if (psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.