mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
More compliance ... it never ends
git-svn-id: file:///svn/phpbb/trunk@776 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6c3a37b20b
commit
6eca50902d
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
|
|||
{
|
||||
if($mode == "editprofile")
|
||||
{
|
||||
echo $sql = "UPDATE " . USERS_TABLE . "
|
||||
$sql = "UPDATE " . USERS_TABLE . "
|
||||
SET " . $username_sql . $passwd_sql . "user_email = '$email', user_icq = '$icq', user_website = '$website', user_occ = '$occupation', user_from = '$location', user_interests = '$interests', user_sig = '$signature', user_viewemail = $viewemail, user_aim = '$aim', user_yim = '$yim', user_msnm = '$msn', user_attachsig = $attachsig, user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify_pm = $notifypm, user_timezone = $user_timezone, user_dateformat = '$user_dateformat', user_lang = '$user_lang', user_template = '$user_template', user_theme = $user_theme" . $avatar_sql . "
|
||||
WHERE user_id = $user_id";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue