IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2006, 4:44:20 PM (20 years ago)
Author:
jhoblitt
Message:

change detRunInsert's param order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r7513 r7600  
    164164    // grab the 'position' column's value as the new det_id
    165165    // 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);
    167168    long det_id = psDBLastInsertID(config->dbh);
    168169
Note: See TracChangeset for help on using the changeset viewer.