diff options
| author | Máté Bartus <mate.bartus@gmail.com> | 2016-06-20 10:12:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-20 10:12:11 +0200 |
| commit | 4efaeabc8ce77825f443c18a105131042fbde261 (patch) | |
| tree | e47caa6877444ef43f01d90a449fcab6c9e01041 | |
| parent | 09c602425ca09a2a206bfc907edfa7506714797f (diff) | |
| parent | fa878f28182c7f3318310397eb882d9d79f98689 (diff) | |
| download | forums-4efaeabc8ce77825f443c18a105131042fbde261.tar forums-4efaeabc8ce77825f443c18a105131042fbde261.tar.gz forums-4efaeabc8ce77825f443c18a105131042fbde261.tar.bz2 forums-4efaeabc8ce77825f443c18a105131042fbde261.tar.xz forums-4efaeabc8ce77825f443c18a105131042fbde261.zip | |
Merge pull request #4362 from rxu/ticket/14660-fix-empty-line
[ticket/14660] Remove redundant empty line in ucp_profile.php
| -rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index 130bf60d3a..a9f8e10eef 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -568,7 +568,6 @@ class ucp_profile $vars = array('sql_ary'); extract($phpbb_dispatcher->trigger_event('core.ucp_profile_modify_signature_sql_ary', compact($vars))); - $sql = 'UPDATE ' . USERS_TABLE . ' SET ' . $db->sql_build_array('UPDATE', $sql_ary) . ' WHERE user_id = ' . $user->data['user_id']; |
