From 0cdb90c568d4bbd26a042b42fbca8c1e741e201a Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 22 Jun 2018 09:52:13 -0400
Subject: [PATCH] Uncomment non-service-specific section headings for clarity.

---
 config/vufind/config.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 0cc52ed51e4..c365810e3d8 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -1519,7 +1519,7 @@ HMACkey = mySuperSecretValue
 ; A custom directory for caching can be defined by the environment variable
 ; VUFIND_CACHE_DIR (see httpd-vufind.conf). The default location is inside the
 ; local settings directory.
-;[Cache]
+[Cache]
 ; Set time to live value for Zend caches (in seconds), 0 means maximum possible.
 ;ttl = 0
 ; Override umask for cache directories and files.
@@ -1532,7 +1532,7 @@ HMACkey = mySuperSecretValue
 
 ; This section controls the "Collections" module -- the special view for records
 ; that represent collections, and the mechanism for browsing these records.
-;[Collections]
+[Collections]
 ; Control whether or not the collections module is enabled in search results.
 ; If set to true any search results which are collection level items will
 ; link to the respective collections page rather than the record page
-- 
GitLab