IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2010, 4:08:30 PM (16 years ago)
Author:
Paul Price
Message:

Fix pending query similar to definerun query.

File:
1 edited

Legend:

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

    r28371 r28373  
    293293    PXOPT_COPY_STR(config->args, where, "-stage", "publishClient.stage", "==");
    294294    PXOPT_COPY_STR(config->args, where, "-comment", "publishClient.comment", "LIKE");
    295     pxAddLabelSearchArgs(config, where, "-label", "label", "==");
     295    pxAddLabelSearchArgs(config, where, "-label", "publishRun.label", "==");
    296296
    297297    // optional
Note: See TracChangeset for help on using the changeset viewer.