From 075719368d2ee7826a023b1f70098c2fa9c546d0 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Fri, 10 May 2013 09:04:47 -0700 Subject: [PATCH] CRM-12587 ---------------------------------------- * CRM-12587: setting group contact cache to zero results in it being set to 5 http://issues.civicrm.org/jira/browse/CRM-12587 --- templates/CRM/Admin/Form/Setting/Search.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Search.tpl b/templates/CRM/Admin/Form/Setting/Search.tpl index d353245d62..0eee85d286 100644 --- a/templates/CRM/Admin/Form/Setting/Search.tpl +++ b/templates/CRM/Admin/Form/Setting/Search.tpl @@ -60,7 +60,7 @@ {$form.smartGroupCacheTimeout.label} {$form.smartGroupCacheTimeout.html}
- {ts}The number of minutes to cache smart group contacts. A value of '0' means the cache is emptied immediately when any contact is edited or a new one is added. If your contact data changes frequently, you may want to try setting this to a value of 5 minutes or so.{/ts} + {ts}The number of minutes to cache smart group contacts. This value needs to be greater than zero. If your contact data changes frequently, you may want to try setting this to a value of 5 minutes or more.{/ts} {$form.autocompleteContactSearch.label} @@ -79,5 +79,5 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
- + -- 2.25.1