Merge pull request #3488 from colemanw/ajax
[civicrm-core.git] / settings / Localization.setting.php
index 2749c1bf9a5887fb7264afadae1e1c572880f641..d68772005dbd38e845c78d8c9de1122bde07ef28 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | 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$
  *
  */
@@ -131,6 +131,26 @@ return array(
     'description' => 'Default currency assigned to contributions and other monetary transactions.',
     'help_text' => null,
   ),
+  'defaultContactCountry' => array(
+    'group_name' => 'Localization Preferences',
+    'group' => 'localization',
+    'name' => 'defaultContactCountry',
+    'prefetch' => 1,
+    'config_only' => 1,
+    'type' => 'String',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
+    'html_attributes' => array(
+      'size' => 4,
+    ),
+    'default' => '1228',
+    'add' => '4.4',
+    'title' => 'Default Country',
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => 'This value is selected by default when adding a new contact address.',
+    'help_text' => null,
+  ),
   'countryLimit' => array(
     'group_name' => 'Localization Preferences',
     'group' => 'localization',