IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27721


Ignore:
Timestamp:
Apr 21, 2010, 12:35:51 PM (16 years ago)
Author:
Paul Price
Message:

Need state = 'new' for diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/errors.pl

    r27720 r27721  
    4949my $label_table;                # Table with label
    5050if ($stage eq "diff") {
    51     $sql = "SELECT diff_id, skycell_id, hostname, path_base FROM diffRun JOIN diffSkyfile USING(diff_id) WHERE fault != 0";
     51    $sql = "SELECT diff_id, skycell_id, hostname, path_base FROM diffRun JOIN diffSkyfile USING(diff_id) WHERE fault != 0 AND state = 'new'";
    5252    $label_table = "diffRun";
    5353    $fault_table = "diffSkyfile";
Note: See TracChangeset for help on using the changeset viewer.