CRM-13313 - Payments - prevent fatal error when line-item has no price set
[civicrm-core.git] / settings / Contribute.setting.php
index 2bce16418448f764cbe9f5aa14402e578efc4634..1bef887583d52b445aba9ae15bd461b5beb29649 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -51,4 +51,4 @@ return array(
     'description' => 'Is the CVV code required for back office credit card transactions',
     'help_text' => 'If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change',
   ),
-);
\ No newline at end of file
+);