summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-26 21:32:20 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-26 21:32:20 +0000
commite27e1a0e0df1e070d8172921461b815317f4bfaa (patch)
tree4136c973a3c66295ce8e4a6853e08faf7111283f /modules/locale
parent218c363c5a79fdfe5c0d8867f0f1c0c4b973a724 (diff)
downloadbrdo-e27e1a0e0df1e070d8172921461b815317f4bfaa.tar.gz
brdo-e27e1a0e0df1e070d8172921461b815317f4bfaa.tar.bz2
- Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form().
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.admin.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/locale/locale.admin.inc b/modules/locale/locale.admin.inc
index 95edf3125..1235f8966 100644
--- a/modules/locale/locale.admin.inc
+++ b/modules/locale/locale.admin.inc
@@ -693,8 +693,6 @@ function locale_languages_configure_form_submit($form, &$form_state) {
* The URL language provider configuration form.
*/
function locale_language_providers_url_form($form, &$form_state) {
- $form = array();
-
$form['locale_language_negotiation_url_part'] = array(
'#title' => t('Part of the URL that determines language'),
'#type' => 'radios',
@@ -715,8 +713,6 @@ function locale_language_providers_url_form($form, &$form_state) {
* The URL language provider configuration form.
*/
function locale_language_providers_session_form($form, &$form_state) {
- $form = array();
-
$form['locale_language_negotiation_session_param'] = array(
'#title' => t('Request/session parameter'),
'#type' => 'textfield',