|
| From: | Paul POULAIN |
| Subject: | [Koha-cvs] CVS: koha newmember.pl,1.17.2.1,1.17.2.2 |
| Date: | Mon, 26 Jan 2004 02:50:09 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20152
Modified Files:
Tag: rel_2_0
newmember.pl
Log Message:
moving "sex" field value to templates (for translation purposes)
Index: newmember.pl
===================================================================
RCS file: /cvsroot/koha/koha/newmember.pl,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -C2 -r1.17.2.1 -r1.17.2.2
*** newmember.pl 18 Dec 2003 17:03:05 -0000 1.17.2.1
--- newmember.pl 26 Jan 2004 10:50:07 -0000 1.17.2.2
***************
*** 127,133 ****
my $sex;
if ($data{'sex'} eq 'M'){
! $sex="Male";
} else {
! $sex="Female";
}
if ($data{'joining'} eq ''){
--- 127,133 ----
my $sex;
if ($data{'sex'} eq 'M'){
! $sex=1;
} else {
! $sex=0;
}
if ($data{'joining'} eq ''){
| [Prev in Thread] | Current Thread | [Next in Thread] |