Code Duplication    Length = 2-2 lines in 2 locations

Themes/default/ReportedContent.template.php 2 locations

@@ 55-56 (lines=2) @@
52
53
		// Prepare the comments...
54
		$comments = array();
55
		foreach ($report['comments'] as $comment)
56
			$comments[$comment['member']['id']] = $comment['member']['link'];
57
58
		echo '
59
				', $txt['mc_reportedp_reported_by'], ': ', implode(', ', $comments), '
@@ 433-434 (lines=2) @@
430
431
		// Prepare the comments...
432
		$comments = array();
433
		foreach ($report['comments'] as $comment)
434
			$comments[$comment['member']['id']] = $comment['member']['link'];
435
436
		echo '
437
				', $txt['mc_reportedp_reported_by'], ': ', implode(', ', $comments), '