mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10950] Add empty line to make unset() call more visible.
PHPBB3-10950
This commit is contained in:
@@ -1181,6 +1181,7 @@ function phpbb_delete_user_pms($user_id)
|
||||
user_unread_privmsg = 0
|
||||
WHERE user_id = ' . $user_id;
|
||||
$db->sql_query($sql);
|
||||
|
||||
unset($undelivered_user[$user_id]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user