Changeset 7600
- Timestamp:
- Jun 20, 2006, 4:44:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7513 r7600 164 164 // grab the 'position' column's value as the new det_id 165 165 // the first iteration is always 0 166 detRunInsert(config->dbh, det_type, 0); 166 // XXX the camera name is set from the first inputExp 167 detRunInsert(config->dbh, 0, det_type); 167 168 long det_id = psDBLastInsertID(config->dbh); 168 169
Note:
See TracChangeset
for help on using the changeset viewer.
