mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 16:33:34 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14660] Remove redundant empty line in ucp_profile.php
This commit is contained in:
commit
1dc622e921
@ -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…
x
Reference in New Issue
Block a user