@@ -, +, @@ --- misc/add_statistics_borrowers_categorycode.pl | 5 ----- 1 file changed, 5 deletions(-) --- a/misc/add_statistics_borrowers_categorycode.pl +++ a/misc/add_statistics_borrowers_categorycode.pl @@ -10,13 +10,8 @@ use utf8; use Koha::Patrons; -use open ':encoding(utf8)'; -binmode STDOUT, ':utf8'; - - print "\nTHE FOLLOWING STATISTIC ENTRIES HAVE BEEN UPDATED\n------------------------------------------------\n"; - ##Caches all the loaded Borrowers my $borrowers = {}; my $deletedBorrowers = {}; --