LP#1772680: don't enable integrated e-resource content in stock
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 14 Aug 2018 00:53:01 +0000 (20:53 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 16 Mar 2020 19:08:50 +0000 (15:08 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
LP#1772680: remove extraneous changes

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
Open-ILS/src/templates/opac/parts/config.tt2

index b69bb97..459e308 100644 (file)
@@ -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');
index 71f6ac2..edb2910 100644 (file)
@@ -53,14 +53,14 @@ google_analytics.code = 'UA-9999999-99';
 ##############################################################################
 # 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/' ];
 
 ##############################################################################