IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16361


Ignore:
Timestamp:
Feb 7, 2008, 3:37:15 PM (18 years ago)
Author:
bills
Message:

state 'new' not needed for pstampJob

File:
1 edited

Legend:

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

    r16296 r16361  
    394394    char *query ="INSERT INTO pstampJob"
    395395                 " (req_id, state, uri, outputBase, args)"
    396                  " VALUES( %s, 'new', '%s', '%s', '%s')";
     396                 " VALUES( %s, 'run', '%s', '%s', '%s')";
    397397
    398398    if (!p_psDBRunQuery(config->dbh, query, req_id, uri, outputBase, argString)) {
     
    514514            " *"
    515515            " FROM pstampJob"
    516             " WHERE state = 'new'"
     516            " WHERE state = 'run'"
    517517        );
    518518
Note: See TracChangeset for help on using the changeset viewer.