Code Duplication    Length = 5-5 lines in 2 locations

Themes/default/PersonalMessage.template.php 2 locations

@@ 401-405 (lines=5) @@
398
					<span class="smalltext">&#171; <strong> ', $txt['sent_to'], ':</strong> ';
399
400
			// People it was sent directly to....
401
			if (!empty($message['recipients']['to']))
402
				echo implode(', ', $message['recipients']['to']);
403
			// Otherwise, we're just going to say "some people"...
404
			elseif ($context['folder'] != 'sent')
405
				echo '(', $txt['pm_undisclosed_recipients'], ')';
406
407
			echo '
408
						<strong> ', $txt['on'], ':</strong> ', $message['time'], ' &#187;
@@ 886-890 (lines=5) @@
883
884
				// Show the recipients.
885
				// @todo This doesn't deal with the sent item searching quite right for bcc.
886
				if (!empty($message['recipients']['to']))
887
					echo implode(', ', $message['recipients']['to']);
888
				// Otherwise, we're just going to say "some people"...
889
				elseif ($context['folder'] != 'sent')
890
					echo '(', $txt['pm_undisclosed_recipients'], ')';
891
892
					echo '
893
				</h3>