Merge pull request #6739 from jitendrapurohit/CRM-17205
[civicrm-core.git] / settings / Member.setting.php
index 57e3eb1e6936a9f8c8f9db2980f3f236f0a8b833..dc1a0e54275e68ba87319cad5ba628412e085bfe 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$
  *
  */
@@ -43,7 +43,7 @@ return array(
     'name' => 'default_renewal_contribution_page',
     'type' => 'Integer',
     'html_type' => 'Select',
-    'default' => null,
+    'default' => NULL,
     'pseudoconstant' => array(
       'name' => 'contributionPage',
     ),
@@ -52,6 +52,6 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'If you select a default online contribution page for self-service membership renewals, a "renew" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
 );