diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-03-27 01:30:52 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-03-27 01:30:52 +0200 |
| commit | dbc7a69ad2bf6b062a4d7a40d62be29a410b5c18 (patch) | |
| tree | 3a6a8837f5ecbdfccb0da97d433de6a2f1253135 /phpBB | |
| parent | 2203bc204e55c33e2e9b212eeb0c7bf2e3060851 (diff) | |
| download | forums-dbc7a69ad2bf6b062a4d7a40d62be29a410b5c18.tar forums-dbc7a69ad2bf6b062a4d7a40d62be29a410b5c18.tar.gz forums-dbc7a69ad2bf6b062a4d7a40d62be29a410b5c18.tar.bz2 forums-dbc7a69ad2bf6b062a4d7a40d62be29a410b5c18.tar.xz forums-dbc7a69ad2bf6b062a4d7a40d62be29a410b5c18.zip | |
[ticket/10605] Remove unused variable declarations.
PHPBB3-10605
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/functions_privmsgs.php | 1 |
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) |
