mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10605] Remove unused variable declarations.
PHPBB3-10605
This commit is contained in:
parent
2203bc204e
commit
dbc7a69ad2
1 changed files with 0 additions and 1 deletions
|
@ -1106,7 +1106,6 @@ function phpbb_delete_user_pms($user_id)
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
|
|
||||||
$undelivered_msg = $undelivered_user = $delete_rows = array();
|
$undelivered_msg = $undelivered_user = $delete_rows = array();
|
||||||
$num_unread = $num_new = $num_deleted = 0;
|
|
||||||
while ($row = $db->sql_fetchrow($result))
|
while ($row = $db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
if ($row['author_id'] == $user_id && $row['folder_id'] == PRIVMSGS_NO_BOX)
|
if ($row['author_id'] == $user_id && $row['folder_id'] == PRIVMSGS_NO_BOX)
|
||||||
|
|
Loading…
Add table
Reference in a new issue