IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 11:56:44 AM (18 years ago)
Author:
Paul Price
Message:

my_die subroutines were checking '12271value' rathern than 'defined 12271value' --- errors weren't being pushed in to the database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/flatcorr_proc.pl

    r16276 r16563  
    187187
    188188    carp($msg);
    189     if ($dvo_id && $region && $last_step && $status and not $no_update) {
     189    if (defined $dvo_id && defined $region && defined $last_step && defined $status and not $no_update) {
    190190        my $command = "$caltool -addcalrun";
    191191        $command .= " -dvo_id $dvo_id";
Note: See TracChangeset for help on using the changeset viewer.