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/register_exp.pl

    r16561 r16563  
    210210
    211211    carp($msg);
    212     if ($exp_id and not $no_update) {
     212    if (defined $exp_id and not $no_update) {
    213213        my $command = "$regtool -addprocessedexp -exp_id $exp_id -code $exit_code";
    214214        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.