mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10950] Add empty line to make unset() call more visible.
PHPBB3-10950
This commit is contained in:
parent
fce385e5bc
commit
30475856c4
1 changed files with 1 additions and 0 deletions
|
@ -1181,6 +1181,7 @@ function phpbb_delete_user_pms($user_id)
|
||||||
user_unread_privmsg = 0
|
user_unread_privmsg = 0
|
||||||
WHERE user_id = ' . $user_id;
|
WHERE user_id = ' . $user_id;
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
unset($undelivered_user[$user_id]);
|
unset($undelivered_user[$user_id]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue