Regenerate DAO files
[civicrm-core.git] / CRM / Core / DAO / ActionLog.php
index 95ab6d6f99073439435fc006770ad6bad5ff19d8..86a10b240d7d38d35b32f071b55953ae58ee72ff 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:10ed9d711cc4506e81b0061f8e0ec80d)
+ * (GenCodeChecksum:2ccacada384ba37fcf929647dfa3d845)
  */
 
 /**
@@ -29,21 +29,21 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
   public static $_log = FALSE;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * FK to Contact ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
   /**
    * FK to id of the entity that the action was performed on. Pseudo - FK.
    *
-   * @var int unsigned
+   * @var int
    */
   public $entity_id;
 
@@ -57,7 +57,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
   /**
    * FK to the action schedule that this action originated from.
    *
-   * @var int unsigned
+   * @var int
    */
   public $action_schedule_id;
 
@@ -71,7 +71,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
   /**
    * Was there any error sending the reminder?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_error;
 
@@ -85,7 +85,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
   /**
    * Keeps track of the sequence number of this repetition.
    *
-   * @var int unsigned
+   * @var int
    */
   public $repetition_number;