From: Dan Scott Date: Wed, 17 Dec 2014 21:39:10 +0000 (-0500) Subject: Disable metarecords X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8b61fe01e7ed0871760007d87fb95507d3428d4b;p=contrib%2FConifer.git Disable metarecords Signed-off-by: Dan Scott --- 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 ############################################################################## ##############################################################################