Code Duplication    Length = 2-2 lines in 2 locations

Sources/PersonalMessage.php 2 locations

@@ 851-852 (lines=2) @@
848
				while ($row2 = $smcFunc['db_fetch_assoc']($request2))
849
				{
850
					$l_id = $row2['id_label'];
851
					if (isset($context['labels'][$l_id]))
852
						$context['message_labels'][$row['id_pm']][$l_id] = array('id' => $l_id, 'name' => $context['labels'][$l_id]['name']);
853
				}
854
855
				$smcFunc['db_free_result']($request2);
@@ 1629-1630 (lines=2) @@
1626
				while ($row2 = $smcFunc['db_fetch_assoc']($request2))
1627
				{
1628
					$l_id = $row2['id_label'];
1629
					if (isset($context['labels'][$l_id]))
1630
						$context['message_labels'][$row['id_pm']][$l_id] = array('id' => $l_id, 'name' => $context['labels'][$l_id]['name']);
1631
1632
					// Here we find the first label on a message - for linking to posts in results
1633
					if (!isset($context['first_label'][$row['id_pm']]) && $row['in_inbox'] != 1)