IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2008, 9:47:25 AM (18 years ago)
Author:
eugene
Message:

changing a few references of run to new

File:
1 edited

Legend:

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

    r19092 r19301  
    612612    int num;                            // Number affected
    613613
    614     // Update state to 'run'
     614    // Update state to 'new'
    615615    {
    616616        psString query = pxDataGet("difftool_revertdiffskyfile_update.sql");
     
    810810    }
    811811
    812     char *query = "UPDATE diffRun SET state = 'run' WHERE diff_id = '%" PRId64 "'";
     812    char *query = "UPDATE diffRun SET state = 'new' WHERE diff_id = '%" PRId64 "'";
    813813    if (!p_psDBRunQuery(config->dbh, query, run->diff_id)) {
    814814        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.