From 1ad0fed38cd0361e5dff183443f8c9360596c13f Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 16 Feb 2010 15:42:28 +0000 Subject: [PATCH] fixing regex interpolation in, er, fix git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15550 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index a9b7048e9e..5ae0022e35 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -568,7 +568,7 @@ sub multiclass_query { my $modifier_list_re = qr/(?:site|dir|sort|lang|available)/; my $tmp_value = ''; - while ($query =~ s/($simple_class_re[^:]+?)$//so) { + while ($query =~ s/$simple_class_re//so) { my $qpart = $1; my $where = index($qpart,':'); -- 2.11.0