[Koha-devel] CVS: koha/C4 Koha.pm,1.2,1.3

Pat Eyler pate at users.sourceforge.net
Wed Apr 17 14:36:06 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv16606

Modified Files:
	Koha.pm 
Log Message:
starting to move ethnicity stuff out of programs and into modules


Index: Koha.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Koha.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Koha.pm	15 Apr 2002 16:15:38 -0000	1.2
--- Koha.pm	17 Apr 2002 21:35:53 -0000	1.3
***************
*** 10,17 ****
  @ISA = qw(Exporter);
  @EXPORT = qw(&slashifyDate
! 	     &fixEthnicity); 
  
  use vars qw();
  	
  
  sub slashifyDate {
--- 10,19 ----
  @ISA = qw(Exporter);
  @EXPORT = qw(&slashifyDate
! 	     &fixEthnicity
! 	     $DEBUG); 
  
  use vars qw();
  	
+ my $DEBUG = 0;
  
  sub slashifyDate {





More information about the Koha-devel mailing list