From c01597499cbfbce0a429b7196a315e1643d9e5c2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 6 Mar 2006 14:03:56 +0000 Subject: - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) - fixed forum editing and parent id selection - completely removed HTML support (it only creates security problems) - changed cache_moderators() to reflect permission changes git-svn-id: file:///svn/phpbb/trunk@5603 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/report.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpBB/report.php') diff --git a/phpBB/report.php b/phpBB/report.php index ddc7cfc5e5..850c6158e1 100644 --- a/phpBB/report.php +++ b/phpBB/report.php @@ -33,7 +33,7 @@ if (!$id) trigger_error('INVALID_MODE'); } -$redirect_url = ($report_post) ? "{$phpbb_root_path}viewtopic.$phpEx$SID&p=$id#$id" : "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&p=$id"; +$redirect_url = ($report_post) ? "{$phpbb_root_path}viewtopic.$phpEx$SID&p=$id#p$id" : "{$phpbb_root_path}ucp.$phpEx$SID&i=pm&p=$id"; // Has the report been cancelled? if (isset($_POST['cancel'])) @@ -387,7 +387,6 @@ function report_notification($notify_user, $report_post, $report_data) 'from_username' => $user->data['username'], 'icon_id' => 0, 'enable_bbcode' => 0, - 'enable_html' => 0, 'enable_smilies' => 0, 'enable_magic_url' => 1, 'enable_sig' => 0, -- cgit v1.2.1