Bug 8145 - [SIGNED-OFF] opac-tags.pl fails when DEBUG is set origin/new/bug_8145
authorMason James <mtj@kohaaloha.com>
Wed, 23 May 2012 20:17:07 +0000 (08:17 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 28 May 2012 15:01:14 +0000 (17:01 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
opac/opac-tags.pl

index 36bc096..173a25c 100755 (executable)
@@ -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  = ();