curious
[civicrm-core.git] / CRM / Core / DAO / CustomGroup.php
index 0ffa8fe4cd133027811d281c2b184ba19659d64c..94da2fa579b17edba6165bfc952b1b9a2372fef1 100644 (file)
@@ -299,7 +299,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'title' => ts('Custom Group Subtype List'),
           'description' => ts('FK to civicrm_option_value.id (for option group custom_data_type.)'),
           'where' => 'civicrm_custom_group.extends_entity_column_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -552,7 +552,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'where' => 'civicrm_custom_group.icon',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',