IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2009, 4:52:26 PM (17 years ago)
Author:
Paul Price
Message:

Need to commit operation.

File:
1 edited

Legend:

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

    r23868 r23869  
    14191419    psFree(input);
    14201420
     1421    if (!psDBCommit(config->dbh)) {
     1422        psError(PS_ERR_UNKNOWN, false, "database error");
     1423        return false;
     1424    }
     1425
    14211426    psLogMsg("chiptool", PS_LOG_INFO, "%ld chipRuns added", identifiers->n);
    14221427    psFree(identifiers);
Note: See TracChangeset for help on using the changeset viewer.