curious
[civicrm-core.git] / CRM / Contribute / DAO / Product.php
index 4261da5bdcd3bcb89b18b431c8ed08547180e92d..81b1ef81b27817cd9d2641ceeed17fa83c2a995f 100644 (file)
@@ -332,7 +332,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'where' => 'civicrm_product.currency',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
@@ -356,7 +356,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'title' => ts('Financial Type ID'),
           'description' => ts('FK to Financial Type.'),
           'where' => 'civicrm_product.financial_type_id',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',