mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
bc677ae3ad
commit
9c1334cd62
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue