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

(-)a/tools/export.pl (-2 / +1 lines)
Lines 205-211 if ( $op eq "export" ) { Link Here
205
        my $ending_authid   = $query->param('ending_authid');
205
        my $ending_authid   = $query->param('ending_authid');
206
        my $authtype        = $query->param('authtype');
206
        my $authtype        = $query->param('authtype');
207
        my $filefh;
207
        my $filefh;
208
        if ($commandline) {
208
        if ($commandline && $id_list_file) {
209
            open $filefh,"<", $id_list_file or die "cannot open $id_list_file: $!" if $id_list_file;
209
            open $filefh,"<", $id_list_file or die "cannot open $id_list_file: $!" if $id_list_file;
210
        } else {
210
        } else {
211
            $filefh = $query->upload("id_list_file");
211
            $filefh = $query->upload("id_list_file");
212
- 

Return to bug 13197