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

(-)a/suggestion/suggestion.pl (-1 / +1 lines)
Lines 594-597 sub redirect_with_params { Link Here
594
            if defined( $input->param($key) );
594
            if defined( $input->param($key) );
595
    }
595
    }
596
    print $input->redirect("/cgi-bin/koha/suggestion/suggestion.pl?$params");
596
    print $input->redirect("/cgi-bin/koha/suggestion/suggestion.pl?$params");
597
    exit;
597
}
598
}
598
- 

Return to bug 41998