From edeea95f5e9194c8d1e6e7e654bea6e2c39c8225 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 May 2009 18:22:31 +0000 Subject: - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field. --- includes/locale.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') 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; } -- cgit v1.2.3