Disable metarecords feature/tpac_sjcg_2_7
authorDan Scott <dscott@laurentian.ca>
Wed, 17 Dec 2014 20:56:43 +0000 (15:56 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 17 Dec 2014 20:56:43 +0000 (15:56 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_sjcg/opac/parts/config.tt2

index 418500e..9601310 100644 (file)
@@ -174,13 +174,13 @@ ctx.google_books_preview = 0;
 
 ##############################################################################
 # 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
 ##############################################################################
 
 ##############################################################################