[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 1e3a50f758103b726bfede5f98e65e3b6799e831
Evergreen Git
git at git.evergreen-ils.org
Fri Feb 28 11:42:39 EST 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, master has been updated
via 1e3a50f758103b726bfede5f98e65e3b6799e831 (commit)
from ac3f30740999ea3e1c95e0031697bb7589c6ed83 (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 1e3a50f758103b726bfede5f98e65e3b6799e831
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
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