mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14660] Remove redundant empty line in ucp_profile.php
PHPBB3-14660
This commit is contained in:
parent
09c602425c
commit
fa878f2818
1 changed files with 0 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Reference in a new issue