X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FCore%2FDAO%2FSystemLog.php;h=c1587e0bdd68d79e4c92ce7e5ceadb5825e82295;hb=a0741dc66a56012dca28350f8c1ddaad5ec03918;hp=f3c7e8817f93ea73a4ae54072a5268f0b2796e15;hpb=80592384c5ecdd3124c4aeb238d5430c6f631ce5;p=civicrm-core.git diff --git a/CRM/Core/DAO/SystemLog.php b/CRM/Core/DAO/SystemLog.php index f3c7e8817f..c1587e0bdd 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:a2276bcf3bb39a3947bf54b043fa0a05) */ /** @@ -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;