curious
[civicrm-core.git] / CRM / Core / DAO / UFGroup.php
index a7dccae40d352bc91b7112ae189d354c101a3021..919b38ac9c8f8d038f845438fec1e6db17651465 100644 (file)
@@ -621,7 +621,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'where' => 'civicrm_uf_group.cancel_button_text',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -639,7 +639,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'where' => 'civicrm_uf_group.submit_button_text',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',