From 00ea494765e4a2d628c6077c3e727c5f47cf986e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 7 Oct 2010 03:26:41 +0000 Subject: #934110 by dww: Fixed regression: Installer defaults to country 'Afghanistan', not 'None'. --- includes/install.core.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/install.core.inc') diff --git a/includes/install.core.inc b/includes/install.core.inc index fcf8812e1..f162bebce 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -1759,6 +1759,7 @@ function _install_configure_form($form, &$form_state, &$install_state) { $form['server_settings']['site_default_country'] = array( '#type' => 'select', '#title' => t('Default country'), + '#empty_value' => '', '#default_value' => variable_get('site_default_country', NULL), '#options' => $countries, '#description' => st('Select the default country for the site.'), -- cgit v1.2.3