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

    r24047 r24186  
    13941394
    13951395    psMetadata *where = psMetadataAlloc();
    1396     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     1396    pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "==");
    13971397
    13981398    psString query = pxDataGet("warptool_pendingcleanuprun.sql");
     
    14571457    psMetadata *where = psMetadataAlloc();
    14581458    PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "==");
    1459     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     1459    pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "==");
    14601460
    14611461    psString query = pxDataGet("warptool_pendingcleanupskyfile.sql");
Note: See TracChangeset for help on using the changeset viewer.