[Koha-cvs] CVS: koha/acqui updatesupplier.pl,1.4,1.4.4.1

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 19 11:10:24 CET 2004


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

Modified Files:
      Tag: rel_2_0
	updatesupplier.pl 
Log Message:
bugfix in escaping ' in supplier titles

Index: updatesupplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/updatesupplier.pl,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -C2 -r1.4 -r1.4.4.1
*** updatesupplier.pl	14 Aug 2002 18:12:52 -0000	1.4
--- updatesupplier.pl	19 Feb 2004 10:10:21 -0000	1.4.4.1
***************
*** 36,40 ****
  
  $data{'name'}=$input->param('company');
! $data{'name'}=~ s/\'/\\\'/g;
  $data{'postal'}=$input->param('company_postal');
  my $address=$input->param('physical');
--- 36,40 ----
  
  $data{'name'}=$input->param('company');
! #$data{'name'}=~ s/\'/\\\'/g;
  $data{'postal'}=$input->param('company_postal');
  my $address=$input->param('physical');





More information about the Koha-cvs mailing list