aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-06-23 10:47:26 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-06-23 10:47:26 +0200
commit30475856c46b3604693b6d5df22be3360ae16822 (patch)
tree05146e4252a859fbe0e34b1fc0604cfe858f3bb6
parentfce385e5bc1212d9c3233b7a1ae2212eb1626e9b (diff)
downloadforums-30475856c46b3604693b6d5df22be3360ae16822.tar
forums-30475856c46b3604693b6d5df22be3360ae16822.tar.gz
forums-30475856c46b3604693b6d5df22be3360ae16822.tar.bz2
forums-30475856c46b3604693b6d5df22be3360ae16822.tar.xz
forums-30475856c46b3604693b6d5df22be3360ae16822.zip
[ticket/10950] Add empty line to make unset() call more visible.
PHPBB3-10950
-rw-r--r--phpBB/includes/functions_privmsgs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php
index 1800242b71..72dd3c7d20 100644
--- a/phpBB/includes/functions_privmsgs.php
+++ b/phpBB/includes/functions_privmsgs.php
@@ -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]);
}