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

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 4 19:29:52 CEST 2003


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 ----





More information about the Koha-cvs mailing list