From: Joas S. <nic...@ph...> - 2009-09-18 14:57:45
|
Author: nickvergessen Date: Fri Sep 18 15:56:58 2009 New Revision: 10162 Log: fix r9814 - remove echo "aha"; - Happy birthday naderman Authorised by: naderman Modified: branches/phpBB-3_0_0/phpBB/includes/mcp/mcp_reports.php Modified: branches/phpBB-3_0_0/phpBB/includes/mcp/mcp_reports.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/mcp/mcp_reports.php (original) --- branches/phpBB-3_0_0/phpBB/includes/mcp/mcp_reports.php Fri Sep 18 15:56:58 2009 *************** *** 593,599 **** $db->sql_query($sql); if ($action == 'delete') ! {echo "aha"; delete_pm(ANONYMOUS, $close_report_posts, PRIVMSGS_INBOX); } } --- 593,599 ---- $db->sql_query($sql); if ($action == 'delete') ! { delete_pm(ANONYMOUS, $close_report_posts, PRIVMSGS_INBOX); } } |