curious
[civicrm-core.git] / CRM / Price / DAO / PriceField.php
index 287939e200b7dd996bb398e9cdb08e6fbe7ae40b..157576b0ba07e7b508403cd1741140b4bc926f1d 100644 (file)
@@ -423,7 +423,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'title' => ts('Price Field Start Date'),
           'description' => ts('If non-zero, do not show this field before the date specified'),
           'where' => 'civicrm_price_field.active_on',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
           'bao' => 'CRM_Price_BAO_PriceField',
@@ -440,7 +440,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'title' => ts('Price Field End Date'),
           'description' => ts('If non-zero, do not show this field after the date specified'),
           'where' => 'civicrm_price_field.expire_on',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
           'bao' => 'CRM_Price_BAO_PriceField',