CRM-17580 - Include contributionTokens in contribution PDFLetter (Thank-you Letter...
[civicrm-core.git] / settings / Campaign.setting.php
index 9f4bf68d42871d1e91b04efbc7750a1e27b719c4..503fe45aabbe130f088fc465aa674c966db5b55a 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -48,7 +48,7 @@ return array(
     'title' => 'Tag for Unconfirmed Petition Signers',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => null,
+    'description' => NULL,
     'help_text' => 'If set, new contacts that are created when signing a petition are assigned a tag of this name.',
   ),
   'petition_contacts' => array(
@@ -62,7 +62,7 @@ return array(
     'title' => 'Petition Signers Group',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => null,
+    'description' => NULL,
     'help_text' => 'If set, new contacts that are created when signing a petition are assigned a tag of this name.',
   ),