CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Contact / DAO / GroupNesting.php
index 23e8cbfcbf8d0d3897332a2c4da7576e9af38cb0..d09137f619badaa6fabe62b4f94c7b268dce669b 100644 (file)
@@ -107,6 +107,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
           'bao' => 'CRM_Contact_BAO_GroupNesting',
+          'localizable' => 0,
         ) ,
         'child_group_id' => array(
           'name' => 'child_group_id',
@@ -117,6 +118,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
           'bao' => 'CRM_Contact_BAO_GroupNesting',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
         ) ,
         'parent_group_id' => array(
@@ -128,6 +130,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
           'bao' => 'CRM_Contact_BAO_GroupNesting',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
         ) ,
       );