Fix enotice when updating a custom group with is_multiple = 1
[civicrm-core.git] / settings / Member.setting.php
index 57e3eb1e6936a9f8c8f9db2980f3f236f0a8b833..f2a8962b7a7c8d48801a3a55524384f7dbfb231c 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | 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-2017
  * $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,
   ),
 );