diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-24 00:40:45 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-24 00:40:45 +0000 |
commit | 3d1dcb496641993d2da76b70e2ffc02af41aec34 (patch) | |
tree | 101c2a85812b231366a588e7cb4e52d4c7861822 /modules/system/system.module | |
parent | 251a761eaa58b6f5e1eac7ff02a5d879e22eaa77 (diff) | |
download | brdo-3d1dcb496641993d2da76b70e2ffc02af41aec34.tar.gz brdo-3d1dcb496641993d2da76b70e2ffc02af41aec34.tar.bz2 |
Removing #137932 which was committed prematurely.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index e2e243cff..151c26979 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -341,7 +341,6 @@ function system_elements() { $type['file'] = array( '#input' => TRUE, '#size' => 60, - '#enctype' => 'multipart/form-data', ); |