CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Core / DAO / ActionLog.php
index 0a3170abc5b4bdf7bf4f7b2a906b919a322dd53b..d84c8dd9b87e37ccd62a66aa9c00db644c3d1c29 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:606dca7d7eee4bb6a8e1fd397fa47c70)
+ * (GenCodeChecksum:4ef96df03630ecc884c881b79a40818f)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -148,6 +148,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'contact_id' => array(
           'name' => 'contact_id',
@@ -157,6 +158,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'entity_id' => array(
@@ -168,6 +170,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'entity_table' => array(
           'name' => 'entity_table',
@@ -179,6 +182,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'action_schedule_id' => array(
           'name' => 'action_schedule_id',
@@ -189,6 +193,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_ActionSchedule',
         ) ,
         'action_date_time' => array(
@@ -199,6 +204,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'is_error' => array(
           'name' => 'is_error',
@@ -208,6 +214,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'message' => array(
           'name' => 'message',
@@ -217,6 +224,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'repetition_number' => array(
           'name' => 'repetition_number',
@@ -226,6 +234,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
         'reference_date' => array(
           'name' => 'reference_date',
@@ -236,6 +245,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);