curious
[civicrm-core.git] / CRM / Contact / DAO / Relationship.php
index 5c2783fceed22e16ead33b44b4cb87b8a89a1422..ed4dfb7a47a12d3e3bdc8ba6041b67be071bab30 100644 (file)
@@ -355,7 +355,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'title' => ts('Case ID'),
           'description' => ts('FK to civicrm_case'),
           'where' => 'civicrm_relationship.case_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
           'bao' => 'CRM_Contact_BAO_Relationship',