curious
[civicrm-core.git] / CRM / Contribute / DAO / ContributionProduct.php
index 010117db25365eb0a8433c2619a6bfdfb50dbb50..6b90bff5898b7852b58884e26d7bceb4832319aa 100644 (file)
@@ -266,7 +266,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'title' => ts('Financial Type ID'),
           'description' => ts('FK to Financial Type(for membership price sets only).'),
           'where' => 'civicrm_contribution_product.financial_type_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_contribution_product',
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',