INFRA-132 - CRM/Dedupe - phpcbf
[civicrm-core.git] / settings / Multisite.setting.php
index f9aaeb33cf93c9fbf9be8a6ff3e094f91c7e47bc..0b307617f47609a043842ae46ee21d97f76818b0 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -41,6 +41,7 @@ return array(
     'group_name' => 'Multi Site Preferences',
     'group' => 'multisite',
     'name' => 'is_enabled',
+    'title' => 'Multisite Is enabled',
     'type' => 'Integer',
     'default' => null,
     'add' => '4.1',
@@ -53,6 +54,7 @@ return array(
     'group_name' => 'Multi Site Preferences',
     'group' => 'multisite',
     'name' => 'domain_group_id',
+    'title' => 'Multisite Domain Group',
     'type' => 'Integer',
     'default' => null,
     'add' => '4.1',
@@ -65,6 +67,7 @@ return array(
     'group_name' => 'Multi Site Preferences',
     'group' => 'multisite',
     'name' => 'event_price_set_domain_id',
+    'title' => 'Domain Event Price Set',
     'type' => 'Integer',
     'default' => null,
     'add' => '4.1',
@@ -78,6 +81,7 @@ return array(
     'group' => 'multisite',
     'name' => 'uniq_email_per_site',
     'type' => 'Integer',
+    'title' => 'Unique Email per Domain?',
     'default' => null,
     'add' => '4.1',
     'is_domain' => 1,