curious
[civicrm-core.git] / CRM / Price / DAO / PriceSet.php
index dfdb9cbc03201cd0cec88b42c5e14283b441e941..3204d42e92e8e4a8e80acaa33c19d11cdcde061b 100644 (file)
@@ -337,7 +337,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'title' => ts('Financial Type ID'),
           'description' => ts('FK to Financial Type(for membership price sets only).'),
           'where' => 'civicrm_price_set.financial_type_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
           'bao' => 'CRM_Price_BAO_PriceSet',