curious
[civicrm-core.git] / CRM / Event / DAO / Participant.php
index 1dd50ba91d8ed17e03121a914fb3d5dcd1936e70..67278329c847610c3c48281d0c646d25b6856f36 100644 (file)
@@ -323,7 +323,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'where' => 'civicrm_participant.role_id',
           'headerPattern' => '/(participant.)?(role)$/i',
           'export' => TRUE,
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -452,7 +452,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'import' => TRUE,
           'where' => 'civicrm_participant.registered_by_id',
           'export' => TRUE,
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -469,7 +469,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'title' => ts('Discount ID'),
           'description' => ts('FK to Discount ID'),
           'where' => 'civicrm_participant.discount_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -492,7 +492,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'headerPattern' => '/(fee)?.?cur(rency)?/i',
           'dataPattern' => '/^[A-Z]{3}$/i',
           'export' => TRUE,
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -584,7 +584,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'where' => 'civicrm_participant.transferred_to_contact_id',
           'headerPattern' => '/transfer(.?id)?/i',
           'export' => TRUE,
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',