curious
[civicrm-core.git] / CRM / Financial / DAO / PaymentProcessor.php
index 47cd88caec9b4970665062ccec8166b86a15736e..8c86a63342e845585fb82bf9ea5959bc3196f9fb 100644 (file)
@@ -566,7 +566,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'title' => ts('Accepted Credit Cards'),
           'description' => ts('array of accepted credit card types'),
           'where' => 'civicrm_payment_processor.accepted_credit_cards',
-          'default' => 'NULL',
+          'default' => NULL,
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',