diff --git a/C4/Koha.pm b/C4/Koha.pm index 41f1fa7c2e..80beedf03e 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -9,10 +9,12 @@ $VERSION = 0.01; @ISA = qw(Exporter); @EXPORT = qw(&slashifyDate - &fixEthnicity); + &fixEthnicity + $DEBUG); use vars qw(); +my $DEBUG = 0; sub slashifyDate { # accepts a date of the form xx-xx-xx[xx] and returns it in the