curious
[civicrm-core.git] / CRM / Contact / DAO / Contact.php
index 2d92c545d622bb3d442aa58f7ee836f363e403d3..860e6e9c50f6442303988b65ed21ea5b037ef95d 100644 (file)
@@ -1521,7 +1521,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'required' => FALSE,
           'where' => 'civicrm_contact.created_date',
           'export' => TRUE,
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_contact',
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',