curious
[civicrm-core.git] / CRM / PCP / DAO / PCP.php
index 9c04ed84fde09e20c1a948d2b28db4d1f3932815..70d9137abe1493e0b4fa173990f1781978144a16 100644 (file)
@@ -231,7 +231,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'where' => 'civicrm_pcp.title',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
@@ -246,7 +246,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Intro Text'),
           'where' => 'civicrm_pcp.intro_text',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
@@ -262,7 +262,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Page Text'),
           'where' => 'civicrm_pcp.page_text',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
@@ -280,7 +280,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'where' => 'civicrm_pcp.donate_link_text',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
@@ -391,7 +391,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'where' => 'civicrm_pcp.currency',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',