INFRA-132 - settings/ - phpcbf
[civicrm-core.git] / settings / Member.setting.php
index 57e3eb1e6936a9f8c8f9db2980f3f236f0a8b833..ee9b375fe9f72ffe065e6edc503bc01b48521c1f 100644 (file)
@@ -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,
   ),
 );