X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMultisite.setting.php;h=864f2337617795b87ab4681ae3a1c90aaec6fe55;hb=b081365f52508bfd1fb0d3d15f3a0d48f5e9df12;hp=0b307617f47609a043842ae46ee21d97f76818b0;hpb=e9aca61e8b08d5ae372621c4397108b8f2ec28ba;p=civicrm-core.git diff --git a/settings/Multisite.setting.php b/settings/Multisite.setting.php index 0b307617f4..864f233761 100644 --- a/settings/Multisite.setting.php +++ b/settings/Multisite.setting.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -43,12 +43,12 @@ return array( 'name' => 'is_enabled', 'title' => 'Multisite Is enabled', 'type' => 'Integer', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => 'Multisite is enabled', - 'help_text' => null, + 'help_text' => NULL, ), 'domain_group_id' => array( 'group_name' => 'Multi Site Preferences', @@ -56,12 +56,12 @@ return array( 'name' => 'domain_group_id', 'title' => 'Multisite Domain Group', 'type' => 'Integer', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, - 'description' => null, - 'help_text' => null, + 'description' => NULL, + 'help_text' => NULL, ), 'event_price_set_domain_id' => array( 'group_name' => 'Multi Site Preferences', @@ -69,12 +69,12 @@ return array( 'name' => 'event_price_set_domain_id', 'title' => 'Domain Event Price Set', 'type' => 'Integer', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => '', - 'help_text' => null, + 'help_text' => NULL, ), 'uniq_email_per_site' => array( 'group_name' => 'Multi Site Preferences', @@ -82,11 +82,11 @@ return array( 'name' => 'uniq_email_per_site', 'type' => 'Integer', 'title' => 'Unique Email per Domain?', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, 'description' => '', - 'help_text' => null, + 'help_text' => NULL, ), - ); +);