IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19301


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

changing a few references of run to new

Location:
trunk/ippTools/src
Files:
3 edited

Legend:

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

    r19182 r19301  
    500500    }
    501501
    502     // since there is only one exp per 'run' set camRun.state = 'stop'
     502    // since there is only one exp per 'new' set camRun.state = 'full'
    503503    if (!pxcamRunSetState(config, row->cam_id, "full")) {
    504504        psError(PS_ERR_UNKNOWN, false, "failed to change camRun.state for cam_id: %" PRId64, row->cam_id);
  • 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)) {
  • trunk/ippTools/src/stacktool.c

    r19276 r19301  
    818818    int numStacks;                      // Number of stacks affected
    819819
    820     // Update state to 'run'
     820    // Update state to 'new'
    821821    {
    822822        psString update = pxDataGet("stacktool_revertsumskyfile_update.sql");
Note: See TracChangeset for help on using the changeset viewer.