Skip to content
Snippets Groups Projects
Commit 07571936 authored by lobo's avatar lobo
Browse files

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
parent d43d3a54
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@
<tr class="crm-search-setting-form-block-smartGroupCacheTimeout">
<td class="label">{$form.smartGroupCacheTimeout.label}</td>
<td>{$form.smartGroupCacheTimeout.html}<br />
<span class="description">{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}</span></td>
<span class="description">{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}</span></td>
</tr>
<tr class="crm-search-setting-form-block-autocompleteContactSearch">
<td class="label">{$form.autocompleteContactSearch.label}</td>
......@@ -79,5 +79,5 @@
</tr>
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment