View | Details | Raw Unified | Return to bug 27883
Collapse All | Expand All

(-)a/misc/import_patrons.pl (-2 / +1 lines)
Lines 35-41 my $ext_preserve = 0; Link Here
35
my $confirm;
35
my $confirm;
36
my $verbose      = 0;
36
my $verbose      = 0;
37
my $help;
37
my $help;
38
my @columns_to_remove;
38
my @preserve_fields;
39
39
40
GetOptions(
40
GetOptions(
41
    'c|confirm'                      => \$confirm,
41
    'c|confirm'                      => \$confirm,
42
- 

Return to bug 27883