From 214257b1d862a136e0da90630c1f2c1e70033048 Mon Sep 17 00:00:00 2001 From: pate Date: Wed, 17 Apr 2002 21:35:53 +0000 Subject: [PATCH] starting to move ethnicity stuff out of programs and into modules --- C4/Koha.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5