mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
some tiny fixes.
git-svn-id: file:///svn/phpbb/trunk@6614 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -302,9 +302,7 @@ function compose_pm($id, $mode, $action)
|
||||
{
|
||||
delete_pm($user->data['user_id'], $msg_id, $folder_id);
|
||||
|
||||
/**
|
||||
* @todo jump to next message in "history"?
|
||||
*/
|
||||
// jump to next message in "history"? nope, not for the moment. But able to be included later.
|
||||
$meta_info = append_sid("{$phpbb_root_path}ucp.$phpEx", "i=pm&folder=$folder_id");
|
||||
$message = $user->lang['MESSAGE_DELETED'];
|
||||
|
||||
|
Reference in New Issue
Block a user