IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2009, 12:02:44 PM (17 years ago)
Author:
Paul Price
Message:

Allow -reverttree to search by label.

File:
1 edited

Legend:

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

    r24885 r24946  
    582582    PXOPT_COPY_S64(config->args, where, "-magic_id", "magic_id", "==");
    583583    PXOPT_COPY_S16(config->args, where, "-fault", "fault", "==");
     584    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    584585
    585586    psString query = psStringCopy("UPDATE magicRun SET fault = 0, state = 'new' WHERE fault != 0");
Note: See TracChangeset for help on using the changeset viewer.