Changeset 21402 for trunk/ippTools/src/pxregister.c
- Timestamp:
- Feb 6, 2009, 3:25:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxregister.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxregister.c
r18336 r21402 50 50 51 51 char *query = "UPDATE newExp SET state = '%s' WHERE exp_id = %"PRId64; 52 if (!p_psDBRunQuery (config->dbh, query, state, exp_id)) {52 if (!p_psDBRunQueryF(config->dbh, query, state, exp_id)) { 53 53 psError(PS_ERR_UNKNOWN, false, 54 54 "failed to change state for exp_id %"PRId64, exp_id);
Note:
See TracChangeset
for help on using the changeset viewer.
