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

(-)a/opac/opac-password-recovery.pl (-2 / +1 lines)
Lines 54-60 if ( $query->param('sendEmail') || $query->param('resendEmail') ) { Link Here
54
    #try with the main email
54
    #try with the main email
55
    $email ||= '';    # avoid undef
55
    $email ||= '';    # avoid undef
56
    my $borrower;
56
    my $borrower;
57
    my $search_results;
57
    my $search_results = [];
58
58
59
    # Find the borrower by his userid or email
59
    # Find the borrower by his userid or email
60
    if ($username) {
60
    if ($username) {
61
- 

Return to bug 16707