IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2010, 11:48:17 AM (16 years ago)
Author:
Paul Price
Message:

Allowing multiple labels for magictool -revertnode

File:
1 edited

Legend:

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

    r26981 r27274  
    10601060    PXOPT_COPY_S64(config->args, where, "-magic_id", "magic_id", "==");
    10611061    PXOPT_COPY_STR(config->args, where, "-node", "node", "==");
    1062     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    10631062    PXOPT_COPY_S16(config->args, where, "-fault", "magicNodeResult.fault", "==");
     1063    pxAddLabelSearchArgs (config, where, "-label", "magicRun.label", "==");
    10641064
    10651065    psString query = pxDataGet("magictool_revertnode.sql");
Note: See TracChangeset for help on using the changeset viewer.