fixing small bug : escaping twice the ' in title & author. (bugreport from Dombes...
authortipaul <tipaul>
Thu, 4 Sep 2003 17:29:50 +0000 (17:29 +0000)
committertipaul <tipaul>
Thu, 4 Sep 2003 17:29:50 +0000 (17:29 +0000)
acqui/addorder.pl

index 30b63e3..381bb59 100755 (executable)
@@ -47,9 +47,7 @@ my ($template, $loggedinuser, $cookie)
 
 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');
 my $itemtype=$input->param('format');