aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-06-14 15:24:09 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-06-14 15:24:09 +0000
commite5151b0fc62c054f71ebe530070420bb6ff463c1 (patch)
treedf969640a05cc5a8b0f82c1e83d42b9e26d27ee6 /phpBB/includes/functions_user.php
parent6813967ae1024d386c6f829256a66f9391791dda (diff)
downloadforums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar
forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar.gz
forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar.bz2
forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar.xz
forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.zip
*grumble*
git-svn-id: file:///svn/phpbb/trunk@7756 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 08ccfa030f..50e84fca84 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -2172,7 +2172,7 @@ function avatar_process_user(&$error, $custom_userdata = false)
$sql_ary['user_avatar'] = '';
$sql_ary['user_avatar_type'] = $sql_ary['user_avatar_width'] = $sql_ary['user_avatar_height'] = 0;
}
- elseif (!empty($userdata['user_avatar']))
+ else if (!empty($userdata['user_avatar']))
{
// Only update the dimensions