From: Joseph Martin Date: Thu, 24 Mar 2016 00:39:57 +0000 (+1100) Subject: CRM-18285 - Update Localization setting file to set no defaul X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0d27c52cf713bcde0d1ab475b7a049bb636f32fd;p=civicrm-core.git CRM-18285 - Update Localization setting file to set no defaul --- diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 9c3c19f3a8..0864a3f605 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -194,7 +194,7 @@ return array( 'multiple' => 1, 'class' => 'crm-select2', ), - 'default' => array('1228'), + 'default' => array(), 'add' => '4.3', 'title' => 'Available Countries', 'is_domain' => 1, @@ -216,7 +216,7 @@ return array( 'multiple' => 1, 'class' => 'crm-select2', ), - 'default' => array('1228'), + 'default' => array(), 'add' => '4.3', 'title' => 'Available States and Provinces', 'is_domain' => 1,