Changeset 28365 for trunk/ippTools/src/diffphottool.c
- Timestamp:
- Jun 16, 2010, 2:44:25 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/diffphottool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/diffphottool.c
r28364 r28365 428 428 psS64 diff_phot_id = psMetadataLookupS64(NULL, row, "diff_phot_id"); 429 429 430 const char *query = "UPDATE diff Run SET state = 'full' WHERE diff_id = %" PRId64;430 const char *query = "UPDATE diffPhotRun SET state = 'full' WHERE diff_phot_id = %" PRId64; 431 431 if (!p_psDBRunQueryF(config->dbh, query, diff_phot_id)) { 432 432 psError(psErrorCodeLast(), false,
Note:
See TracChangeset
for help on using the changeset viewer.
