IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2007, 4:57:48 PM (19 years ago)
Author:
eugene
Message:

missed global declaration

File:
1 edited

Legend:

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

    r13818 r13819  
    3333use Pod::Usage qw( pod2usage );
    3434
    35 my ($exp_id, $cam_id, $recipe, $camera, $dbname, $workdir, $no_update, $no_op);
     35my ($exp_id, $cam_id, $recipe, $camera, $dbname, $workdir, $dvodb, $no_update, $no_op);
    3636GetOptions(
    3737           'exp_id=s'          => \$exp_id, # Exposure identifier
Note: See TracChangeset for help on using the changeset viewer.