Code Duplication    Length = 2-2 lines in 2 locations

Sources/PersonalMessage.php 2 locations

@@ 1576-1577 (lines=2) @@
1573
			)
1574
		);
1575
		$real_pm_ids = array();
1576
		while ($row = $smcFunc['db_fetch_assoc']($request))
1577
			$real_pm_ids[$row['id_pm_head']] = $row['id_pm'];
1578
		$smcFunc['db_free_result']($request);
1579
	}
1580
@@ 2538-2539 (lines=2) @@
2535
			)
2536
		);
2537
		$pm_heads = array();
2538
		while ($row = $smcFunc['db_fetch_assoc']($request))
2539
			$pm_heads[$row['id_pm_head']] = $row['id_pm'];
2540
		$smcFunc['db_free_result']($request);
2541
2542
		$request = $smcFunc['db_query']('', '