Changeset 21402 for trunk/ippTools/src/dettool_detrunsummary.c
- Timestamp:
- Feb 6, 2009, 3:25:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool_detrunsummary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool_detrunsummary.c
r19092 r21402 356 356 357 357 char *query = "UPDATE detRunSummary SET accept = %d WHERE det_id = %"PRId64; 358 if (!p_psDBRunQuery (config->dbh, query, accept, det_id)) {359 psError(PS_ERR_UNKNOWN, false, "database error"); 360 return false; 361 } 362 363 return true; 364 } 365 366 358 if (!p_psDBRunQueryF(config->dbh, query, accept, det_id)) { 359 psError(PS_ERR_UNKNOWN, false, "database error"); 360 return false; 361 } 362 363 return true; 364 } 365 366
Note:
See TracChangeset
for help on using the changeset viewer.
