[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4ecaab1de92e01221d223ebd9784d9d3921400d1

Evergreen Git git at git.evergreen-ils.org
Fri Sep 7 12:15:04 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  4ecaab1de92e01221d223ebd9784d9d3921400d1 (commit)
      from  b2a479c142a55e718654cace36f8d2ccc5676d79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4ecaab1de92e01221d223ebd9784d9d3921400d1
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Fri Sep 7 09:50:11 2012 -0400

    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 <dbw2 at calvin.edu>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

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 574e10e..04797fa 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';
         }
 

-----------------------------------------------------------------------

Summary of changes:
 .../perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list