X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FDAO%2FSpool.php;h=bdc28b428d042dbf524775eaff71fd731dabc8ba;hb=fa45b5b94d6640f4e7430272f6029c91bb3f50b6;hp=5819fe731ec3d34f3f9dd576d74daac264fdab91;hpb=b4cbce3b5d07f0dac7c049eca11350810d7b3c3e;p=civicrm-core.git diff --git a/CRM/Mailing/DAO/Spool.php b/CRM/Mailing/DAO/Spool.php index 5819fe731e..bdc28b428d 100644 --- a/CRM/Mailing/DAO/Spool.php +++ b/CRM/Mailing/DAO/Spool.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Mailing/Spool.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8cdc46330195fed32b15c2560dee858d) + * (GenCodeChecksum:db7871e2d5313c106f01f1516beaf898) */ /** @@ -19,14 +19,14 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_mailing_spool'; + public static $_tableName = 'civicrm_mailing_spool'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = FALSE; + public static $_log = FALSE; /** * @var int unsigned @@ -91,7 +91,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { */ public static function getReferenceColumns() { if (!isset(Civi::$statics[__CLASS__]['links'])) { - Civi::$statics[__CLASS__]['links'] = static ::createReferenceColumns(__CLASS__); + Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__); Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'job_id', 'civicrm_mailing_job', 'id'); CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']); }