X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FLog.php;h=a0eeafc35a07b29878dfcbe0ef4fbf461ac29e98;hb=73e57781380c5e928082d48d3a7e61ed1f339f78;hp=4864da9d042dd16afba1612e5c2e15e2c06f7081;hpb=f6abe3a16609d9d91c001f4b5ec7ba2df9a9bb0a;p=civicrm-core.git diff --git a/CRM/Core/DAO/Log.php b/CRM/Core/DAO/Log.php index 4864da9d04..a0eeafc35a 100644 --- a/CRM/Core/DAO/Log.php +++ b/CRM/Core/DAO/Log.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Log.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8f9b854de72d9db99a03353832bbffc1) + * (GenCodeChecksum:f7870f1117022484520fe4ef9c015edc) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { /** * Log ID * - * @var int unsigned + * @var int */ public $id; @@ -45,7 +45,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { /** * Foreign key to the referenced item. * - * @var int unsigned + * @var int */ public $entity_id; @@ -59,7 +59,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO { /** * FK to Contact ID of person under whose credentials this data modification was made. * - * @var int unsigned + * @var int */ public $modified_id;