IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2010, 5:46:39 PM (16 years ago)
Author:
bills
Message:

add -data_group as a selector for magicdstool -updaterun
add *Run.data_group to the query so that it will be set properly

File:
1 edited

Legend:

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

    r27207 r27220  
    574574    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");
    575575    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
     576    PXOPT_COPY_STR(config->args, where, "-data_group", "data_group", "LIKE");
    576577
    577578    if (psListLength(where->list) < 2) {
Note: See TracChangeset for help on using the changeset viewer.