summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-23 21:17:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-23 21:17:48 +0000
commit251a761eaa58b6f5e1eac7ff02a5d879e22eaa77 (patch)
treeccf1ccd340b33e910046a50343f6b8ca0b098e50 /modules/system/system.admin.inc
parent079a1bd2a5cf2d5429e64ed466dd51650b4ef5ba (diff)
downloadbrdo-251a761eaa58b6f5e1eac7ff02a5d879e22eaa77.tar.gz
brdo-251a761eaa58b6f5e1eac7ff02a5d879e22eaa77.tar.bz2
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 970c0488a..febfcde06 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -517,7 +517,6 @@ function system_theme_settings(&$form_state, $key = '') {
}
}
}
- $form['#attributes'] = array('enctype' => 'multipart/form-data');
$form = system_settings_form($form);
// We don't want to call system_settings_form_submit(), so change #submit.