X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FEvent%2FDAO%2FUnsubscribe.php;h=8e7d40ddd7e37a1a72cf43d498217a6788fb7352;hb=a0741dc66a56012dca28350f8c1ddaad5ec03918;hp=7cd86585117cce5fae70658b6de23172bfb5ccd2;hpb=a36434b96485cb086480c8deae0fe408b1ba1d01;p=civicrm-core.git diff --git a/CRM/Mailing/Event/DAO/Unsubscribe.php b/CRM/Mailing/Event/DAO/Unsubscribe.php index 7cd8658511..8e7d40ddd7 100644 --- a/CRM/Mailing/Event/DAO/Unsubscribe.php +++ b/CRM/Mailing/Event/DAO/Unsubscribe.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Unsubscribe.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e2a14fa1a63bd3f7b4e4fb4864a8560e) + * (GenCodeChecksum:f3f2e48cc72b5cacff2aad1e146e70f8) */ /** @@ -29,21 +29,21 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO { public static $_log = FALSE; /** - * @var int unsigned + * @var int */ public $id; /** * FK to EventQueue * - * @var int unsigned + * @var int */ public $event_queue_id; /** * Unsubscribe at org- or group-level * - * @var boolean + * @var bool */ public $org_unsubscribe;