From: Donald A. Lobo Date: Fri, 10 May 2013 16:04:47 +0000 (-0700) Subject: CRM-12587 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=075719368d2ee7826a023b1f70098c2fa9c546d0;p=civicrm-core.git 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 --- 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"}
- +