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

(-)a/patroncards/image-manage.pl (-2 / +1 lines)
Lines 118-124 if ($op eq 'cud-upload') { Link Here
118
        }
118
        }
119
    }
119
    }
120
}
120
}
121
elsif ($op eq 'cud-delete') {
121
elsif ($op eq 'delete') {
122
    my $err = '';
122
    my $err = '';
123
    my $errstr = '';
123
    my $errstr = '';
124
    if (@image_ids) {
124
    if (@image_ids) {
125
- 

Return to bug 38275