curious
[civicrm-core.git] / CRM / Cxn / DAO / Cxn.php
index 1edc4fb4562716f235920805ab5909335e42b33c..e5c70d9f7eaeea58be672aac5a244b3200e2595b 100644 (file)
@@ -256,7 +256,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'description' => ts('When was the connection was created.'),
           'required' => FALSE,
           'where' => 'civicrm_cxn.created_date',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
@@ -291,7 +291,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'description' => ts('The last time the application metadata was fetched.'),
           'required' => FALSE,
           'where' => 'civicrm_cxn.fetched_date',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',