summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-25 18:22:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-25 18:22:31 +0000
commitedeea95f5e9194c8d1e6e7e654bea6e2c39c8225 (patch)
tree43ebfc8e3655c1fc2d90cffdec2c1736acd399e8 /includes/locale.inc
parent982c7c3cc841e6ccb85f41e7526a7de428ab91e0 (diff)
downloadbrdo-edeea95f5e9194c8d1e6e7e654bea6e2c39c8225.tar.gz
brdo-edeea95f5e9194c8d1e6e7e654bea6e2c39c8225.tar.bz2
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 5247a1b78..8241ce9ba 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -748,7 +748,6 @@ function locale_translate_import_form() {
),
);
$form['import']['submit'] = array('#type' => 'submit', '#value' => t('Import'));
- $form['#attributes']['enctype'] = 'multipart/form-data';
return $form;
}