From 6fc703213b14df62e9779b02b16127572302a5d2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 13 Aug 2018 20:53:01 -0400 Subject: [PATCH] LP#1772680: don't enable integrated e-resource content in stock Signed-off-by: Galen Charlton LP#1772680: remove extraneous changes Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm | 3 +-- Open-ILS/src/templates/opac/parts/config.tt2 | 6 +++--- 2 files changed, 4 insertions(+), 5 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 ee3f65c922..c21566a628 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -350,8 +350,7 @@ sub load_rresults { my $cgi = $self->cgi; my $ctx = $self->ctx; my $e = $self->editor; - my $session_id; - + # 1. param->metarecord : view constituent bib records for a metarecord # 2. param->modifier=metabib : perform a metarecord search my $metarecord = $ctx->{metarecord} = $cgi->param('metarecord'); diff --git a/Open-ILS/src/templates/opac/parts/config.tt2 b/Open-ILS/src/templates/opac/parts/config.tt2 index e7191daad3..afcdcc48a8 100644 --- a/Open-ILS/src/templates/opac/parts/config.tt2 +++ b/Open-ILS/src/templates/opac/parts/config.tt2 @@ -53,14 +53,14 @@ google_analytics.code = 'UA-66988802-1'; ############################################################################## # Ebook API integration ############################################################################## -ebook_api.enabled = 'true'; -ebook_api.ebook_test.enabled = 'true'; +ebook_api.enabled = 'false'; +ebook_api.ebook_test.enabled = 'false'; ebook_api.ebook_test.base_uris = [ 'http://example.com/ebookapi/t/' ]; ebook_api.oneclickdigital.enabled = 'false'; ebook_api.oneclickdigital.base_uris = [ 'http://example.oneclickdigital.com/Products/ProductDetail.aspx' ]; ebook_api.overdrive.enabled = 'false'; ebook_api.overdrive.base_uris = [ 'http://elm.lib.overdrive.com/' ]; -ebook_api.rbdigital.enabled = 'true'; +ebook_api.rbdigital.enabled = 'false'; ebook_api.rbdigital.base_uris = [ 'http://api.rbdigitalstage.com/' ]; ############################################################################## -- 2.11.0