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

Evergreen Git git at git.evergreen-ils.org
Tue Jan 3 17:34:24 EST 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  e0896f470df01957b192a60a9b2b8496309516ea (commit)
      from  1579acb673f1840c9171ea788e4dfa98ce77d54e (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 e0896f470df01957b192a60a9b2b8496309516ea
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jan 3 17:30:43 2012 -0500

    Revert "TPAC: Uniform search lib / depth settings"
    
    Reverting partial commit that accidentally crept in, causing TPAC
    breakage.
    
    This reverts commit ea71899306e026bd0c9c91180a0af76a55fbec08.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

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 7fa671d..6e74628 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
@@ -124,8 +124,6 @@ sub _prepare_biblio_search {
             $depth = $org->ou_type->depth;
         }
         $query .= " depth($depth)";
-    } else {
-        $depth = $ctx->{get_aou}->($org)->ou_type->depth;
     }
 
     $logger->info("tpac: site=$site, depth=$depth, query=$query");

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list