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

(-)a/opac/opac-memberentry.pl (-2 / +1 lines)
Lines 333-339 my $captcha = random_string("CCCCC"); Link Here
333
$template->param(
333
$template->param(
334
    captcha        => $captcha,
334
    captcha        => $captcha,
335
    captcha_digest => md5_base64($captcha),
335
    captcha_digest => md5_base64($captcha),
336
    patron         => Koha::Patrons->find( $borrowernumber ),
336
    patron         => scalar Koha::Patrons->find( $borrowernumber ),
337
);
337
);
338
338
339
output_html_with_http_headers $cgi, $cookie, $template->output, undef, { force_no_caching => 1 };
339
output_html_with_http_headers $cgi, $cookie, $template->output, undef, { force_no_caching => 1 };
340
- 

Return to bug 14570