Disable metarecords
authorDan Scott <dscott@laurentian.ca>
Wed, 17 Dec 2014 21:39:10 +0000 (16:39 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 17 Dec 2014 21:39:10 +0000 (16:39 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_laurentian/opac/parts/config.tt2

index 555e262..43afcaf 100644 (file)
@@ -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
 ##############################################################################
 
 ##############################################################################