IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 2:34:09 PM (19 years ago)
Author:
jhoblitt
Message:

add new[Imfile|Exp].flags support

File:
1 edited

Legend:

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

    r10231 r10971  
    148148                dateobs,
    149149                exp_type,
    150                 imfiles
     150                imfiles,
     151                0           // error flags
    151152            )
    152153        ) {
     
    230231    }
    231232
    232     if (!newImfileInsert(config->dbh, exp_tag, class, class_id, uri)) {
     233    // insert with error flag state set to 0 (no errors)
     234    if (!newImfileInsert(config->dbh, exp_tag, class, class_id, uri, 0)) {
    233235        psError(PS_ERR_UNKNOWN, false, "database error");
    234236        return false;
Note: See TracChangeset for help on using the changeset viewer.