mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -239,7 +239,7 @@ class ucp_pm
|
||||
handle_mark_actions($user->data['user_id'], $mark_option);
|
||||
}
|
||||
|
||||
// If new messages arrived, place them into the appropiate folder
|
||||
// If new messages arrived, place them into the appropriate folder
|
||||
$num_not_moved = $num_removed = 0;
|
||||
|
||||
if ($user->data['user_new_privmsg'] && $action == 'view_folder')
|
||||
|
@@ -574,8 +574,6 @@ function compose_pm($id, $mode, $action)
|
||||
// Preview
|
||||
if (!sizeof($error) && $preview)
|
||||
{
|
||||
$post_time = ($action == 'edit') ? $post_time : $current_time;
|
||||
|
||||
$preview_message = $message_parser->format_display($enable_bbcode, $enable_urls, $enable_smilies, false);
|
||||
|
||||
$preview_signature = $user->data['user_sig'];
|
||||
|
Reference in New Issue
Block a user