curious
[civicrm-core.git] / CRM / Core / DAO / ActionSchedule.php
index a58346853ab50118c79f74976ea68c47421e9396..5f6a148e4b417d3864add6b3b0672df66ccc410a 100644 (file)
@@ -763,7 +763,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'title' => ts('Record Activity for Reminder?'),
           'description' => ts('Record Activity for this reminder?'),
           'where' => 'civicrm_action_schedule.record_activity',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',