diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-02 14:05:21 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-02 14:05:21 +0000 |
| commit | 4aa578c73de276a7ed05f842825409009576bd92 (patch) | |
| tree | b78324d82193627fb58d1c6c1eec50b217cb4dc4 /phpBB/posting.php | |
| parent | 1330f4ffdad6a250e612b0bcb4e598e0a80e6bbc (diff) | |
| download | forums-4aa578c73de276a7ed05f842825409009576bd92.tar forums-4aa578c73de276a7ed05f842825409009576bd92.tar.gz forums-4aa578c73de276a7ed05f842825409009576bd92.tar.bz2 forums-4aa578c73de276a7ed05f842825409009576bd92.tar.xz forums-4aa578c73de276a7ed05f842825409009576bd92.zip | |
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
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
