CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Contact / DAO / GroupContactCache.php
index d3202269b6a21464136d5cacb1d38af68b10e406..f915d79e24a2506c65841c79cd128ddd8fc6d128 100644 (file)
@@ -107,6 +107,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'table_name' => 'civicrm_group_contact_cache',
           'entity' => 'GroupContactCache',
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
+          'localizable' => 0,
         ) ,
         'group_id' => array(
           'name' => 'group_id',
@@ -117,6 +118,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'table_name' => 'civicrm_group_contact_cache',
           'entity' => 'GroupContactCache',
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
           'html' => array(
             'type' => 'Select',
@@ -136,6 +138,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'table_name' => 'civicrm_group_contact_cache',
           'entity' => 'GroupContactCache',
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
       );