[Koha-cvs] CVS: koha memberentry.pl,1.9,1.10

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


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

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


Index: memberentry.pl
===================================================================
RCS file: /cvsroot/koha/koha/memberentry.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** memberentry.pl	17 Sep 2002 15:08:43 -0000	1.9
--- memberentry.pl	22 Sep 2002 16:49:30 -0000	1.10
***************
*** 109,112 ****
--- 109,113 ----
    
    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