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/difftool.c

    r24180 r24186  
    15751575
    15761576    psMetadata *where = psMetadataAlloc();
    1577     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     1577    pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "==");
    15781578
    15791579    psString query = pxDataGet("difftool_pendingcleanuprun.sql");
     
    16401640        PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "==");
    16411641    }
    1642     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     1642    pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "==");
    16431643
    16441644    psString query = pxDataGet("difftool_pendingcleanupskyfile.sql");
Note: See TracChangeset for help on using the changeset viewer.