Changeset 27028 for trunk/ippTools/src/pubtool.c
- Timestamp:
- Feb 22, 2010, 1:44:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pubtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pubtool.c
r26981 r27028 95 95 // optional 96 96 PXOPT_LOOKUP_STR(comment, config->args, "-comment", false, false); 97 98 if (!publishClientInsert(config->dbh, 0, 0, product, stage, workdir, comment)) { 97 PXOPT_LOOKUP_BOOL(unmagicked, config->args, "-unmagicked", false); 98 99 if (!publishClientInsert(config->dbh, 0, 0, product, stage, !unmagicked, workdir, comment)) { 99 100 psError(PS_ERR_UNKNOWN, false, "Database error"); 100 101 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
