Merge pull request #4999 from totten/master-autosave
[civicrm-core.git] / settings / Mailing.setting.php
index 18f98c89672ade6368af693a6ffcc8db47e83ded..6a4cfe7035e7a944fd872d2cc163b1a24599e226 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -48,8 +48,8 @@ return array(
     'title' => 'Enable Double Opt-in for Profile Group(s) field',
     'is_domain' => 1,
     'is_contact' => 0,
-     'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
-    'help_text' => null,
+    'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
+    'help_text' => NULL,
   ),
   'track_civimail_replies' => array(
     'group_name' => 'Mailing Preferences',
@@ -63,7 +63,7 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
-    'help_text' => null,
+    'help_text' => NULL,
     'validate_callback' => 'CRM_Core_BAO_Setting::validateBoolSetting',
   ),
   'civimail_workflow' => array(
@@ -78,7 +78,7 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
   'civimail_server_wide_lock' => array(
     'group_name' => 'Mailing Preferences',
@@ -91,8 +91,8 @@ return array(
     'title' => 'Lock Mails Server-Wide for Mail Sending',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => null,
-    'help_text' => null,
+    'description' => NULL,
+    'help_text' => NULL,
   ),
   'mailing_backend' => array(
     'group_name' => 'Mailing Preferences',
@@ -105,22 +105,8 @@ return array(
     'title' => 'Mailing Backend',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => null,
-    'help_text' => null,
-  ),
-  'profile_double_optin' => array(
-    'group_name' => 'Mailing Preferences',
-    'group' => 'mailing',
-    'name' => 'profile_double_optin',
-    'type' => 'Integer',
-    'html_type' => 'checkbox',
-    'default' => 0,
-    'add' => '4.1',
-    'title' => 'Enable Double Opt-in for Profile Group(s) field',
-    'is_domain' => 1,
-    'is_contact' => 0,
-     'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
-    'help_text' => null,
+    'description' => NULL,
+    'help_text' => NULL,
   ),
   'profile_add_to_group_double_optin' => array(
     'group_name' => 'Mailing Preferences',
@@ -134,7 +120,7 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
   'disable_mandatory_tokens_check' => array(
     'group_name' => 'Mailing Preferences',
@@ -148,7 +134,7 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
   'dedupe_email_default' => array(
     'group_name' => 'Mailing Preferences',
@@ -162,7 +148,7 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'Set the "dedupe e-mail" option when sending a new mailing to "true" by default.',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
   'hash_mailing_url' => array(
     'group_name' => 'Mailing Preferences',
@@ -176,6 +162,6 @@ return array(
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => 'If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID',
-    'help_text' => null,
+    'help_text' => NULL,
   ),
 );