IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2011, 1:10:32 PM (15 years ago)
Author:
bills
Message:

fixed problem reported in ticket 1455 magictool -reverttree only uses last label

File:
1 edited

Legend:

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

    r30402 r30497  
    627627    PXOPT_COPY_S64(config->args, where, "-magic_id", "magic_id", "==");
    628628    PXOPT_COPY_S16(config->args, where, "-fault", "fault", "==");
    629     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     629    pxAddLabelSearchArgs (config, where, "-label", "magicRun.label", "==");
    630630
    631631    psString query = psStringCopy("UPDATE magicRun SET fault = 0 WHERE state = 'new' AND fault != 0");
Note: See TracChangeset for help on using the changeset viewer.