IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2008, 12:58:12 PM (18 years ago)
Author:
bills
Message:

when reverting set name and reqType to null

File:
1 edited

Legend:

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

    r18561 r18621  
    482482    }
    483483    if (!p_psDBRunQuery(config->dbh,
    484         "UPDATE pstampRequest set state ='new', fault=0 where req_id = %" PRId64, req_id)) {
     484        "UPDATE pstampRequest set state ='new', name=NULL, reqType=NULL, fault=0 where req_id = %" PRId64, req_id)) {
    485485        psError(PS_ERR_UNKNOWN, false, "database error");
    486486        return false;
Note: See TracChangeset for help on using the changeset viewer.