Code Duplication    Length = 2-2 lines in 2 locations

Sources/ManagePermissions.php 2 locations

@@ 507-508 (lines=2) @@
504
				)
505
			);
506
			$target_perm = array();
507
			while ($row = $smcFunc['db_fetch_assoc']($request))
508
				$target_perm[$row['permission']] = $row['add_deny'];
509
			$smcFunc['db_free_result']($request);
510
511
			$inserts = array();
@@ 562-563 (lines=2) @@
559
			)
560
		);
561
		$target_perm = array();
562
		while ($row = $smcFunc['db_fetch_assoc']($request))
563
			$target_perm[$row['permission']] = $row['add_deny'];
564
		$smcFunc['db_free_result']($request);
565
566
		$inserts = array();