Code Duplication    Length = 2-2 lines in 2 locations

Sources/ReportToMod.php 2 locations

@@ 267-268 (lines=2) @@
264
			'ignored' => 1,
265
		)
266
	);
267
	if ($smcFunc['db_num_rows']($request) != 0)
268
		list ($id_report, $ignore) = $smcFunc['db_fetch_row']($request);
269
270
	$smcFunc['db_free_result']($request);
271
@@ 391-392 (lines=2) @@
388
			'ignored' => 1,
389
		)
390
	);
391
	if ($smcFunc['db_num_rows']($request) != 0)
392
		list ($id_report, $ignore) = $smcFunc['db_fetch_row']($request);
393
394
	$smcFunc['db_free_result']($request);
395