IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 2:41:56 PM (17 years ago)
Author:
Paul Price
Message:

Set the same label that is used in the search.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/src/pubtool.c

    r24439 r24443  
    114114    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    115115
    116     PXOPT_LOOKUP_STR(set_label, config->args, "-set_label", false, false);
     116    PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);
    117117
    118118    psString query = pxDataGet("pubtool_definerun.sql"); // Query to run
     
    168168        psS64 stage = psMetadataLookupS64(NULL, row, "stage_id");   // Stage identifier
    169169
    170         if (!publishRunInsert(config->dbh, 0, client, stage, set_label, "new")) {
     170        if (!publishRunInsert(config->dbh, 0, client, stage, label, "new")) {
    171171            psError(PS_ERR_UNKNOWN, false, "Unable to add fileset");
    172172            psFree(output);
Note: See TracChangeset for help on using the changeset viewer.