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/Default | |
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/Default')
-rwxr-xr-x | phpBB/templates/Default/profile_add_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/profile_add_body.tpl b/phpBB/templates/Default/profile_add_body.tpl index ca9b56ff86..f919f8fab6 100755 --- a/phpBB/templates/Default/profile_add_body.tpl +++ b/phpBB/templates/Default/profile_add_body.tpl @@ -1,5 +1,5 @@ <tr> - <td><form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"> + <td><form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"> <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <tr> <td> |