[Koha-cvs] CVS: koha member.pl,1.10,1.11

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 5 19:04:04 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv19413

Modified Files:
	member.pl 
Log Message:
removing searchborrower from circ2.pm.
Already exists in Search.pm
this fixes bug #439 and improve consistency.


Index: member.pl
===================================================================
RCS file: /cvsroot/koha/koha/member.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** member.pl	2 Feb 2003 07:18:37 -0000	1.10
--- member.pl	5 Jun 2003 17:03:31 -0000	1.11
***************
*** 51,55 ****
  
  my $member=$input->param('member');
- $member=~ s/\,//g;
  
  my $env;
--- 51,54 ----





More information about the Koha-cvs mailing list