IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24503


Ignore:
Timestamp:
Jun 18, 2009, 5:44:23 PM (17 years ago)
Author:
Paul Price
Message:

Fixing logical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/src/pubtool.c

    r24499 r24503  
    277277    }
    278278
    279     if (fault != 0) {
     279    if (fault == 0) {
    280280        if (!p_psDBRunQueryF(config->dbh,
    281281                             "UPDATE publishRun SET state = 'full' WHERE pub_id = %" PRId64,
Note: See TracChangeset for help on using the changeset viewer.