Changeset 24443 for branches/pap_mops/ippTools/src/pubtool.c
- Timestamp:
- Jun 16, 2009, 2:41:56 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ippTools/src/pubtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/src/pubtool.c
r24439 r24443 114 114 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 115 115 116 PXOPT_LOOKUP_STR( set_label, config->args, "-set_label", false, false);116 PXOPT_LOOKUP_STR(label, config->args, "-label", false, false); 117 117 118 118 psString query = pxDataGet("pubtool_definerun.sql"); // Query to run … … 168 168 psS64 stage = psMetadataLookupS64(NULL, row, "stage_id"); // Stage identifier 169 169 170 if (!publishRunInsert(config->dbh, 0, client, stage, set_label, "new")) {170 if (!publishRunInsert(config->dbh, 0, client, stage, label, "new")) { 171 171 psError(PS_ERR_UNKNOWN, false, "Unable to add fileset"); 172 172 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
