From 6a6910650103980c5741e9958c6067b0de772d24 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 10 Jul 2004 22:47:43 +0000 Subject: - fork/copy topic - resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items) git-svn-id: file:///svn/phpbb/trunk@4924 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/report.php') diff --git a/phpBB/report.php b/phpBB/report.php index b05e4f4c3b..3090b9a7d6 100644 --- a/phpBB/report.php +++ b/phpBB/report.php @@ -256,7 +256,7 @@ if ($post_id) } // Start output of page -page_header($user->lang['REPORT_TO_ADMIN']); +page_header($user->lang['REPORT_POST']); $template->set_filenames(array( 'body' => 'report_body.html') -- cgit v1.2.1