IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20133


Ignore:
Timestamp:
Oct 13, 2008, 4:28:33 PM (18 years ago)
Author:
eugene
Message:

error in function call

File:
1 edited

Legend:

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

    r20119 r20133  
    112112if (uc(&value_for_flag ($cmdflags, "-exp_name"))  eq "NULL") { &my_die ("exp_name  not found", $exp_id, $PS_EXIT_CONFIG_ERROR); }
    113113
    114 my $exp_type = &value_for_flag ("-exp_type");
     114my $exp_type = &value_for_flag ($cmdflags, "-exp_type");
    115115if (uc($exp_type) eq "NULL") { &my_die ("exp_type  not found", $exp_id, $PS_EXIT_CONFIG_ERROR); }
    116116
Note: See TracChangeset for help on using the changeset viewer.