curious
[civicrm-core.git] / CRM / Mailing / DAO / Recipients.php
index 01c79e8ed008931059ee4efb5dd963de7d499e05..7bc6325be6414b9d0f90ee4d7745de3df0c0cd31 100644 (file)
@@ -164,7 +164,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'title' => ts('Email ID'),
           'description' => ts('FK to Email'),
           'where' => 'civicrm_mailing_recipients.email_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_mailing_recipients',
           'entity' => 'Recipients',
           'bao' => 'CRM_Mailing_BAO_Recipients',
@@ -181,7 +181,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'title' => ts('Phone ID'),
           'description' => ts('FK to Phone'),
           'where' => 'civicrm_mailing_recipients.phone_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_mailing_recipients',
           'entity' => 'Recipients',
           'bao' => 'CRM_Mailing_BAO_Recipients',