[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. f32708477e76c5170a89c14b9cf131cca062ea51

Evergreen Git git at git.evergreen-ils.org
Fri Jun 20 18:27:31 EDT 2014


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, rel_2_5 has been updated
       via  f32708477e76c5170a89c14b9cf131cca062ea51 (commit)
      from  4b040b7041c2660abdd9c26317baaa0fc051623a (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 f32708477e76c5170a89c14b9cf131cca062ea51
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu Jun 6 11:13:35 2013 -0400

    LP#1179660: remove call to undefined initialize func
    
    Remove call to nonexistant function Search::Z3950->initialize.  Prior to
    now, this would have quietly failed, but with AUTOLOAD to be removed
    from OpenSRF, it would fail with full shock and awe.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Conflicts:
    	Open-ILS/src/perlmods/lib/OpenILS/Application/Search.pm
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search.pm
index df4841c..9ebb6da 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search.pm
@@ -28,7 +28,6 @@ use Text::Aspell;
 # Houses generic search utilites 
 
 sub initialize {
-    OpenILS::Application::Search::Z3950->initialize();
     OpenILS::Application::Search::Zips->initialize();
     OpenILS::Application::Search::Biblio->initialize();
 }

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list