diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-03-01 17:40:21 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-03-01 17:40:21 +0000 |
commit | ab516ec67d160c992f9c3a6a6a9f804cc93c99cb (patch) | |
tree | 86c53ed32d5531784cd9204878c8e34fe133d00e /phpBB/templates/Euclid | |
parent | fbdb08846ea33d26e220b4365f11d26a851730bd (diff) | |
download | forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar.gz forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar.bz2 forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.tar.xz forums-ab516ec67d160c992f9c3a6a6a9f804cc93c99cb.zip |
Workarounds for file_uploads disabled...
git-svn-id: file:///svn/phpbb/trunk@2241 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Euclid')
-rw-r--r-- | phpBB/templates/Euclid/profile_add_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Euclid/profile_add_body.tpl b/phpBB/templates/Euclid/profile_add_body.tpl index 43f316fabb..86d5202a86 100644 --- a/phpBB/templates/Euclid/profile_add_body.tpl +++ b/phpBB/templates/Euclid/profile_add_body.tpl @@ -1,5 +1,5 @@ -<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center"> +<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center"> <tr> <td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td> </tr> |