Changeset 16361
- Timestamp:
- Feb 7, 2008, 3:37:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pstamptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pstamptool.c
r16296 r16361 394 394 char *query ="INSERT INTO pstampJob" 395 395 " (req_id, state, uri, outputBase, args)" 396 " VALUES( %s, ' new', '%s', '%s', '%s')";396 " VALUES( %s, 'run', '%s', '%s', '%s')"; 397 397 398 398 if (!p_psDBRunQuery(config->dbh, query, req_id, uri, outputBase, argString)) { … … 514 514 " *" 515 515 " FROM pstampJob" 516 " WHERE state = ' new'"516 " WHERE state = 'run'" 517 517 ); 518 518
Note:
See TracChangeset
for help on using the changeset viewer.
