IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2010, 1:02:51 PM (16 years ago)
Author:
Paul Price
Message:

Don't copy only if destreak run is already defined with the same label (and rerun isn't on).

File:
1 edited

Legend:

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

    r27206 r27207  
    408408            psFree(limitString);
    409409        }
    410         if (!p_psDBRunQueryF(config->dbh, query, rerun_flag)) {
     410        if (!p_psDBRunQueryF(config->dbh, query, set_label, rerun_flag)) {
    411411            psError(PS_ERR_UNKNOWN, false, "database error");
    412412            psFree(query);
Note: See TracChangeset for help on using the changeset viewer.