Merge pull request #6396 from eileenmcnaughton/4.6
[civicrm-core.git] / settings / Campaign.setting.php
index b7494787adf71acea1f0bb2181d183fa33f2d97b..f114b0577bbb169777ba7df73c536b62b6ac7fb7 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | 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.',
   ),