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

(-)a/opac/opac-suggestions.pl (-2 / +1 lines)
Lines 63-69 my $suggestion = { Link Here
63
    note            => scalar $input->param('note'),
63
    note            => scalar $input->param('note'),
64
};
64
};
65
65
66
# If a spambot accidentally populates the 'negcap' field in the sugesstions form, then silently skip and return.
66
# If a spambot accidentally populates the 'negcap' field in the suggestions form, then silently skip and return.
67
if ($negcaptcha ) {
67
if ($negcaptcha ) {
68
    print $input->redirect("/cgi-bin/koha/opac-suggestions.pl");
68
    print $input->redirect("/cgi-bin/koha/opac-suggestions.pl");
69
    exit;
69
    exit;
70
- 

Return to bug 29311