Changeset 28453 for trunk/tools/errors.pl
- Timestamp:
- Jun 24, 2010, 10:47:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/errors.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/errors.pl
r28385 r28453 82 82 $label_table = "publishRun"; 83 83 $fault_table = "publishDone"; 84 } elsif ($stage eq "diffphot") { 85 $sql = "SELECT diff_phot_id, skycell_id, hostname, path_base FROM diffPhotRun JOIN diffPhotSkyfile USING(diff_phot_id) WHERE fault != 0 AND state = 'new'"; 86 $label_table = "diffPhotRun"; 87 $fault_table = "diffPhotSkycell"; 84 88 } else { 85 89 die "Unsupported stage: $stage\n";
Note:
See TracChangeset
for help on using the changeset viewer.
