IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32417


Ignore:
Timestamp:
Sep 20, 2011, 3:09:01 PM (15 years ago)
Author:
watersc1
Message:

Typo prevented the auto-magic registration bug fix from working. At the point we're doing the update, we have a class_id.

File:
1 edited

Legend:

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

    r32379 r32417  
    517517
    518518    carp($msg);
    519     if (defined $exp_id && defined $tmp_class_id and not $no_update) {
     519    if (defined $exp_id && defined $class_id and not $no_update) {
    520520        my $command = "$regtool -updateprocessedimfile";
    521521        $command .= " -exp_id $exp_id";
Note: See TracChangeset for help on using the changeset viewer.