fix for bug 1276: Cannot search for patron wtih apostrophe in their name

This commit is contained in:
kados 2007-03-18 04:13:21 +00:00
parent 24a895bdc4
commit b4d72b977f

View file

@ -65,7 +65,7 @@ my $printer = GetPrinter($query, $printers);
my $findborrower = $query->param('findborrower');
$findborrower =~ s|,| |g;
$findborrower =~ s|'| |g;
#$findborrower =~ s|'| |g;
my $borrowernumber = $query->param('borrowernumber');
# new op dev the branch and the printer are now defined by the userenv