IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2009, 3:33:15 PM (17 years ago)
Author:
bills
Message:

fix some bugs in the pending cleanup queries. (Mostly that label was ambiguous)

File:
1 edited

Legend:

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

    r23921 r24186  
    991991
    992992    psMetadata *where = psMetadataAlloc();
    993     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     993    pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "==");
    994994
    995995    psString query = pxDataGet("stacktool_pendingcleanuprun.sql");
     
    10551055        PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "==");
    10561056    }
    1057     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     1057    pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "==");
    10581058
    10591059    psString query = pxDataGet("stacktool_pendingcleanupskyfile.sql");
Note: See TracChangeset for help on using the changeset viewer.