aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions_privmsgs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php
index 352bd4d15d..4ff0c53420 100644
--- a/phpBB/includes/functions_privmsgs.php
+++ b/phpBB/includes/functions_privmsgs.php
@@ -1106,7 +1106,6 @@ function phpbb_delete_user_pms($user_id)
$result = $db->sql_query($sql);
$undelivered_msg = $undelivered_user = $delete_rows = array();
- $num_unread = $num_new = $num_deleted = 0;
while ($row = $db->sql_fetchrow($result))
{
if ($row['author_id'] == $user_id && $row['folder_id'] == PRIVMSGS_NO_BOX)