Failed Conditions
Push — release-2.1 ( 8d1977...8da17b )
by Rick
06:19
created
Themes/default/PersonalMessage.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1944,7 +1944,7 @@
 block discarded – undo
1944 1944
 				<div class="floatright smalltext righttext">
1945 1945
 					<div class="recipient_to">&#171;&nbsp;<strong>', $txt['to'], ':</strong> ', implode(', ', $draft['recipients']['to']), '&nbsp;&#187;</div>';
1946 1946
 
1947
-			if(!empty($draft['recipients']['bcc']))
1947
+			if (!empty($draft['recipients']['bcc']))
1948 1948
 				echo'
1949 1949
 					<div class="pm_bbc">&#171;&nbsp;<strong>', $txt['pm_bcc'], ':</strong> ', implode(', ', $draft['recipients']['bcc']), '&nbsp;&#187;</div>';
1950 1950
 
Please login to merge, or discard this patch.