Changeset 26210 for trunk/ippTools/src/disttool.c
- Timestamp:
- Nov 20, 2009, 11:08:43 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r26193 r26210 1551 1551 PXOPT_COPY_STR(config->args, where, "-dist_group", "dist_group", "LIKE"); 1552 1552 PXOPT_COPY_STR(config->args, where, "-filter", "filter", "LIKE"); 1553 PXOPT_COPY_STR(config->args, where, "-stage", "stage", "=="); 1553 // if stage is all don't add it to the query (match all stages) 1554 if (stage && strcmp(stage, "all")) { 1555 PXOPT_COPY_STR(config->args, where, "-stage", "stage", "=="); 1556 } 1554 1557 1555 1558 psString query = pxDataGet("disttool_defineinterest.sql"); … … 1613 1616 PXOPT_COPY_STR(config->args, where, "-dest_name", "rcDestination.name", "LIKE"); 1614 1617 PXOPT_COPY_STR(config->args, where, "-filter", "filter", "LIKE"); 1618 PXOPT_COPY_STR(config->args, where, "-dist_group", "dist_group", "LIKE"); 1615 1619 1616 1620 PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
Note:
See TracChangeset
for help on using the changeset viewer.
