[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui updatesupplier.pl,1.5,1.6
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/acqui updatesupplier.pl,1.5,1.6 |
Date: |
Tue, 28 Jun 2005 18:03:08 -0700 |
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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui updatesupplier.pl,1.5,1.6,
Chris Cormack <=