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

(-)a/tools/export.pl (-2 / +1 lines)
Lines 206-212 if ( $op eq "export" ) { Link Here
206
        my $authtype        = $query->param('authtype');
206
        my $authtype        = $query->param('authtype');
207
        my $filefh;
207
        my $filefh;
208
        if ($commandline) {
208
        if ($commandline) {
209
            open $filefh,"<", $id_list_file or die "cannot open $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
        }
212
        }
213
- 

Return to bug 13085