Changeset 27071 for trunk/ippTools/src/pubtool.c
- Timestamp:
- Feb 24, 2010, 5:10:55 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pubtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pubtool.c
r27028 r27071 157 157 // optional 158 158 PXOPT_COPY_S64(config->args, where, "-client_id", "client_id", "=="); 159 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); // define using newExp label159 pxAddLabelSearchArgs(config, where, "-label", "label", "=="); // define using newExp label 160 160 161 161 psString query = pxDataGet("pubtool_definerun.sql"); // Query to run … … 355 355 PXOPT_COPY_STR(config->args, where, "-client_id", "publishClient.client_id", "=="); 356 356 PXOPT_COPY_STR(config->args, where, "-comment", "publishClient.comment", "LIKE"); 357 PXOPT_COPY_STR(config->args, where, "-label", "publishRun.label", "==");357 pxAddLabelSearchArgs(config, where, "-label", "publishRun.label", "=="); 358 358 359 359 psString query = pxDataGet("pubtool_revert.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
