From 8b61fe01e7ed0871760007d87fb95507d3428d4b Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 17 Dec 2014 16:39:10 -0500 Subject: [PATCH] Disable metarecords Signed-off-by: Dan Scott --- Open-ILS/src/templates_laurentian/opac/parts/config.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates_laurentian/opac/parts/config.tt2 b/Open-ILS/src/templates_laurentian/opac/parts/config.tt2 index 555e262ff4..43afcafa0e 100644 --- a/Open-ILS/src/templates_laurentian/opac/parts/config.tt2 +++ b/Open-ILS/src/templates_laurentian/opac/parts/config.tt2 @@ -173,13 +173,13 @@ ctx.google_books_preview = 1; ############################################################################## # Metarecords configuration -# metarecords.disabled = 1; # disable all metarecord access points +metarecords.disabled = 1; # disable all metarecord access points ############################################################################## ############################################################################## # Local date format (uses POSIX strftime() formatting) # See http://www.template-toolkit.org/docs/modules/Template/Plugin/Date.html -# DATE_FORMAT = '%Y-%m-%d'; # for 2014-06-31 format +DATE_FORMAT = '%Y-%m-%d'; # for 2014-06-31 format ############################################################################## ############################################################################## -- 2.11.0