Changeset 17647
- Timestamp:
- May 12, 2008, 4:38:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetimfiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetimfiles.c
r17572 r17647 95 95 if (exitStatus != 0) { 96 96 // mark the summitExp row as faulted 97 if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = 123 WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", filesetid, camera, telescope)) {97 if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = %s WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", exitStatus, filesetid, camera, telescope)) { 98 98 psError(PS_ERR_UNKNOWN, false, "database error"); 99 99 }
Note:
See TracChangeset
for help on using the changeset viewer.
