|
@@ -1944,7 +1944,7 @@ |
|
|
block discarded – undo |
|
1944
|
1944
|
<div class="floatright smalltext righttext"> |
|
1945
|
1945
|
<div class="recipient_to">« <strong>', $txt['to'], ':</strong> ', implode(', ', $draft['recipients']['to']), ' »</div>'; |
|
1946
|
1946
|
|
|
1947
|
|
- if(!empty($draft['recipients']['bcc'])) |
|
|
1947
|
+ if (!empty($draft['recipients']['bcc'])) |
|
1948
|
1948
|
echo' |
|
1949
|
1949
|
<div class="pm_bbc">« <strong>', $txt['pm_bcc'], ':</strong> ', implode(', ', $draft['recipients']['bcc']), ' »</div>'; |
|
1950
|
1950
|
|
Please login to merge, or discard this patch.