@@ -, +, @@ --- opac/opac-tags.pl | 1 - 1 file changed, 1 deletion(-) --- a/opac/opac-tags.pl +++ a/opac/opac-tags.pl @@ -40,7 +40,6 @@ use C4::Auth qw( check_cookie_auth get_template_and_user ); use C4::Context; use C4::Output qw( output_with_http_headers is_ajax output_html_with_http_headers ); use C4::Scrubber; -use C4::Items qw( GetItemsInfo ); use C4::Tags qw( add_tag get_approval_rows --