From b4d72b977fda9a3fff2bfd686ba87a04f911d13e Mon Sep 17 00:00:00 2001 From: kados Date: Sun, 18 Mar 2007 04:13:21 +0000 Subject: [PATCH] fix for bug 1276: Cannot search for patron wtih apostrophe in their name --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 69a106c9ff..fdb64c614b 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -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 -- 2.11.0