curious
[civicrm-core.git] / CRM / Mailing / DAO / Spool.php
index e222a98fa11d1935d2a59ed8d830921ebbfeb974..b5a4afc996bda775a48011741c60dba674ecbb7b 100644 (file)
@@ -195,7 +195,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'description' => ts('date on which this job was added.'),
           'required' => FALSE,
           'where' => 'civicrm_mailing_spool.added_at',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -209,7 +209,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'description' => ts('date on which this job was removed.'),
           'required' => FALSE,
           'where' => 'civicrm_mailing_spool.removed_at',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',