|
From: Jonathan H. <the...@us...> - 2002-03-01 17:40:26
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv10679/templates/subSilver
Modified Files:
profile_add_body.tpl
Log Message:
Workarounds for file_uploads disabled...
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** profile_add_body.tpl 27 Jan 2002 03:10:40 -0000 1.12
--- profile_add_body.tpl 1 Mar 2002 17:40:20 -0000 1.13
***************
*** 1,4 ****
! <form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
{ERROR_BOX}
--- 1,4 ----
! <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">
{ERROR_BOX}
|