Bug 8145 - [SIGNED-OFF] opac-tags.pl fails when DEBUG is set
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
60186fa42f
commit
2aa6c6597b
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ use C4::Scrubber;
|
|||
use C4::Biblio;
|
||||
use C4::Tags qw(add_tag get_approval_rows get_tag_rows remove_tag);
|
||||
|
||||
use Data::Dumper;
|
||||
|
||||
my %newtags = ();
|
||||
my @deltags = ();
|
||||
my %counts = ();
|
||||
|
|
Loading…
Reference in a new issue