diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-05 14:39:29 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-05 14:39:29 +0000 |
commit | a13e5eb1e208406431f2e5592e6e1500111daa09 (patch) | |
tree | 31a7a9da65401c1b597e17f8ac9d53624f5c326f | |
parent | b1b6849500a68d703f405f287c5b7d06fc67f756 (diff) | |
download | forums-a13e5eb1e208406431f2e5592e6e1500111daa09.tar forums-a13e5eb1e208406431f2e5592e6e1500111daa09.tar.gz forums-a13e5eb1e208406431f2e5592e6e1500111daa09.tar.bz2 forums-a13e5eb1e208406431f2e5592e6e1500111daa09.tar.xz forums-a13e5eb1e208406431f2e5592e6e1500111daa09.zip |
oopsie
git-svn-id: file:///svn/phpbb/trunk@4796 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index 1fd6efd78d..308139023f 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -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); |