Changeset 15580 for trunk/ippTools/src/pxchip.c
- Timestamp:
- Nov 9, 2007, 5:47:57 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxchip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.c
r14214 r15580 56 56 57 57 58 boolpxchipQueueByExpTag(pxConfig *config,58 psS64 pxchipQueueByExpTag(pxConfig *config, 59 59 psS64 exp_id, 60 60 psString workdir, … … 89 89 } 90 90 psError(PS_ERR_UNKNOWN, false, "database error"); 91 return false;91 return 0; 92 92 } 93 93 … … 95 95 if (!psDBCommit(config->dbh)) { 96 96 psError(PS_ERR_UNKNOWN, false, "database error"); 97 return false;97 return 0; 98 98 } 99 99 100 return true;100 return psDBLastInsertID(config->dbh); 101 101 }
Note:
See TracChangeset
for help on using the changeset viewer.
