curious
[civicrm-core.git] / CRM / Contact / DAO / Group.php
index 5631e77581ba2153c92514f220680b0726a274a8..197127e341807f8f577bc8b6b57b57baa32dd44e 100644 (file)
@@ -558,7 +558,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'where' => 'civicrm_group.frontend_title',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -576,7 +576,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'rows' => 2,
           'cols' => 60,
           'where' => 'civicrm_group.frontend_description',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',