fix r9814 - remove echo "aha"; - Happy birthday naderman

Authorised by: naderman

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10162 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Joas Schilling 2009-09-18 14:56:58 +00:00
parent bc677ae3ad
commit 9c1334cd62

View file

@ -593,7 +593,7 @@ function close_report($report_id_list, $mode, $action, $pm = false)
$db->sql_query($sql); $db->sql_query($sql);
if ($action == 'delete') if ($action == 'delete')
{echo "aha"; {
delete_pm(ANONYMOUS, $close_report_posts, PRIVMSGS_INBOX); delete_pm(ANONYMOUS, $close_report_posts, PRIVMSGS_INBOX);
} }
} }