X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FSystemLog.php;h=8294b84afa43f852ec57abf08cf1f2b366c77430;hb=376cb3768f12084e65b558f590817f4308ed22d4;hp=f3c7e8817f93ea73a4ae54072a5268f0b2796e15;hpb=0938c0f94207ba6f228b9fb2f9f9a9665e49ee0e;p=civicrm-core.git diff --git a/CRM/Core/DAO/SystemLog.php b/CRM/Core/DAO/SystemLog.php index f3c7e8817f..8294b84afa 100644 --- a/CRM/Core/DAO/SystemLog.php +++ b/CRM/Core/DAO/SystemLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/SystemLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:edcf9c070365c92afa56f7f3fe79acee) + * (GenCodeChecksum:f74efcf0420fc093c103adf67384fd4e) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { /** * Primary key ID * - * @var int unsigned + * @var int */ public $id; @@ -66,7 +66,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO { /** * Optional Contact ID that created the log. Not an FK as we keep this regardless * - * @var int unsigned + * @var int */ public $contact_id;