[Koha-cvs] CVS: koha jmemberentry.pl,1.3,1.4

Andrew Arensburger arensb at users.sourceforge.net
Sun Sep 22 18:49:23 CEST 2002


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

Modified Files:
	jmemberentry.pl 
Log Message:
Added some FIXME comments.


Index: jmemberentry.pl
===================================================================
RCS file: /cvsroot/koha/koha/jmemberentry.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** jmemberentry.pl	17 Sep 2002 15:08:43 -0000	1.3
--- jmemberentry.pl	22 Sep 2002 16:49:20 -0000	1.4
***************
*** 43,46 ****
--- 43,47 ----
  
  my @titles = ('Miss', 'Mrs', 'Ms', 'Mr', 'Dr', 'Sir');
+ 	# FIXME - Assumes English. This ought to be made part of i18n.
  my @titledata;
  while (@titles) {





More information about the Koha-cvs mailing list