From: Dave Jenkins Date: Thu, 30 Apr 2015 14:52:20 +0000 (+0100) Subject: CRM-16427 - Advanced logging: ignore changes to civicrm_group refresh_date field X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b5c82b2d196d03eac06b2201acf04660f013d19b;p=civicrm-core.git CRM-16427 - Advanced logging: ignore changes to civicrm_group refresh_date field --- diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 4753fd31e9..f5446dfe65 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -49,7 +49,7 @@ class CRM_Logging_Schema { //CRM-13028 / NYSS-6933 - table => array (cols) - to be excluded from the update statement private $exceptions = array( 'civicrm_job' => array('last_run'), - 'civicrm_group' => array('cache_date'), + 'civicrm_group' => array('cache_date', 'refresh_date'), ); /**