[Koha-cvs] CVS: koha/acqui updatesupplier.pl,1.5,1.6

Chris Cormack rangi at users.sourceforge.net
Wed Jun 29 03:03:08 CEST 2005


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28793

Modified Files:
	updatesupplier.pl 
Log Message:
Removing a line that was adding a \ in front of every ' in a suppliers name


Index: updatesupplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/updatesupplier.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** updatesupplier.pl	13 Jul 2004 12:53:00 -0000	1.5
--- updatesupplier.pl	29 Jun 2005 01:03:06 -0000	1.6
***************
*** 36,40 ****
  
  $data{'name'}=$input->param('company');
- $data{'name'}=~ s/\'/\\\'/g;
  $data{'postal'}=$input->param('company_postal');
  my $address=$input->param('physical');
--- 36,39 ----





More information about the Koha-cvs mailing list