CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Mailing / Event / DAO / Opened.php
index 89ddc64d8c5549a9f6dcabf9694e63133c209d5f..030fccd8372b1af7762d07c5db64b7096b65ddbc 100644 (file)
@@ -104,6 +104,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'table_name' => 'civicrm_mailing_event_opened',
           'entity' => 'Opened',
           'bao' => 'CRM_Mailing_Event_BAO_Opened',
+          'localizable' => 0,
         ) ,
         'event_queue_id' => array(
           'name' => 'event_queue_id',
@@ -114,6 +115,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'table_name' => 'civicrm_mailing_event_opened',
           'entity' => 'Opened',
           'bao' => 'CRM_Mailing_Event_BAO_Opened',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
         ) ,
         'time_stamp' => array(
@@ -125,6 +127,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'table_name' => 'civicrm_mailing_event_opened',
           'entity' => 'Opened',
           'bao' => 'CRM_Mailing_Event_BAO_Opened',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);