From 4aa578c73de276a7ed05f842825409009576bd92 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 2 Jul 2007 14:05:21 +0000 Subject: Adding the bot mark/unmark links already promised in the changelog. Adds backlinks to the success screen after closing reports (#12905) Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect. Added code to the phpBB2 converter to deal with slashed quotes (#12607) Changes and adds language entries :) git-svn-id: file:///svn/phpbb/trunk@7822 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index f3e6c008c4..d2087df1f8 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -993,6 +993,7 @@ if ($submit || $preview || $refresh) { meta_refresh(10, $redirect_url); $message = ($mode == 'edit') ? $user->lang['POST_EDITED_MOD'] : $user->lang['POST_STORED_MOD']; + $message .= (($user->data['user_id'] == ANONYMOUS) ? '' : $user->lang['POST_APPROVAL_NOTIFY']); } else { -- cgit v1.2.1