koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/acqui addorder.pl,1.15,1.16


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui addorder.pl,1.15,1.16
Date: Thu, 04 Sep 2003 10:29:52 -0700

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

Modified Files:
        addorder.pl 
Log Message:
fixing small bug : escaping twice the ' in title & author. (bugreport from 
Dombes Abbey)

Index: addorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/addorder.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** addorder.pl 8 Jul 2003 16:20:15 -0000       1.15
--- addorder.pl 4 Sep 2003 17:29:50 -0000       1.16
***************
*** 48,54 ****
  my $existing=$input->param('existing');
  my $title=$input->param('title');
- $title=~ s/\'/\\\'/g;
  my $author=$input->param('author');
- $author=~ s/\'/\\\'/g;
  my $copyright=$input->param('copyright');
  my $isbn=$input->param('ISBN');
--- 48,52 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]