diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-06-23 10:47:26 +0200 | 
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-06-23 10:47:26 +0200 | 
| commit | 30475856c46b3604693b6d5df22be3360ae16822 (patch) | |
| tree | 05146e4252a859fbe0e34b1fc0604cfe858f3bb6 /phpBB/includes/functions_privmsgs.php | |
| parent | fce385e5bc1212d9c3233b7a1ae2212eb1626e9b (diff) | |
| download | forums-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
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
| -rw-r--r-- | phpBB/includes/functions_privmsgs.php | 1 | 
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]);  	}  | 
