From 4ecaab1de92e01221d223ebd9784d9d3921400d1 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Fri, 7 Sep 2012 09:50:11 -0400 Subject: [PATCH] Remove defunct variable from 'jtitle' code With the second part of the 'jtitle' code moved elsewhere, we no longer need this extra '$q' variable. No big deal, but best to sweep up while we're in here. Signed-off-by: Dan Wells Signed-off-by: Dan Scott --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index 574e10eb3c..04797fa893 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -26,8 +26,7 @@ sub _prepare_biblio_search_basics { next unless $query =~ /\S/; # Hack for journal title - my $q = $qtype; - if ($q eq 'jtitle') { + if ($qtype eq 'jtitle') { $qtype = 'title'; } -- 2.43.2