mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
oopsie
git-svn-id: file:///svn/phpbb/trunk@4796 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b1b6849500
commit
a13e5eb1e2
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class ucp_profile extends module
|
|||
);
|
||||
}
|
||||
|
||||
echo $sql = 'UPDATE ' . USERS_TABLE . '
|
||||
$sql = 'UPDATE ' . USERS_TABLE . '
|
||||
SET ' . $db->sql_build_array('UPDATE', $sql_ary) . '
|
||||
WHERE user_id = ' . $user->data['user_id'];
|
||||
$db->sql_query($sql);
|
||||
|
|
Loading…
Add table
Reference in a new issue