diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-17 15:51:22 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-17 15:51:22 +0000 |
| commit | 6e3aadae808b21ad726ad5caeadafc5ef163bc28 (patch) | |
| tree | c07693994e4ee840d6c7c09a600c6fed4864e4d0 /phpBB/includes | |
| parent | eb2050a720e3c85f8ae81bde2ac3086e1610c2f9 (diff) | |
| download | forums-6e3aadae808b21ad726ad5caeadafc5ef163bc28.tar forums-6e3aadae808b21ad726ad5caeadafc5ef163bc28.tar.gz forums-6e3aadae808b21ad726ad5caeadafc5ef163bc28.tar.bz2 forums-6e3aadae808b21ad726ad5caeadafc5ef163bc28.tar.xz forums-6e3aadae808b21ad726ad5caeadafc5ef163bc28.zip | |
#18175
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8868 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index 6271639cd1..14caa57c89 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -762,7 +762,7 @@ function compose_pm($id, $mode, $action) $forward_text[] = sprintf($user->lang['FWD_FROM'], $quote_username_text); $forward_text[] = sprintf($user->lang['FWD_TO'], implode(', ', $fwd_to_field['to'])); - $message_parser->message = implode("\n", $forward_text) . "\n\n[quote=\"{$quote_username}\"]\n" . censor_text(trim($message_parser->message)) . "\n[/quote]"; + $message_parser->message = implode("\n", $forward_text) . "\n\n[quote="{$quote_username}"]\n" . censor_text(trim($message_parser->message)) . "\n[/quote]"; $message_subject = ((!preg_match('/^Fwd:/', $message_subject)) ? 'Fwd: ' : '') . censor_text($message_subject); } |
