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

(-)a/opac/opac-tags.pl (-2 lines)
Lines 40-46 use C4::Auth qw( check_cookie_auth get_template_and_user ); Link Here
40
use C4::Context;
40
use C4::Context;
41
use C4::Output qw( output_with_http_headers is_ajax output_html_with_http_headers );
41
use C4::Output qw( output_with_http_headers is_ajax output_html_with_http_headers );
42
use C4::Scrubber;
42
use C4::Scrubber;
43
use C4::Items qw( GetItemsInfo );
44
use C4::Tags qw(
43
use C4::Tags qw(
45
    add_tag
44
    add_tag
46
    get_approval_rows
45
    get_approval_rows
47
- 

Return to bug 27272