Code Duplication    Length = 2-2 lines in 2 locations

Sources/Subs-Db-mysql.php 1 location

@@ 488-489 (lines=2) @@
485
	else
486
		$ret = @mysqli_query($connection, $db_string, MYSQLI_USE_RESULT);
487
488
	if ($ret === false && empty($db_values['db_error_skip']))
489
		$ret = smf_db_error($db_string, $connection);
490
491
	// Debugging.
492
	if (isset($db_show_debug) && $db_show_debug === true)

Sources/Subs-Db-postgresql.php 1 location

@@ 493-494 (lines=2) @@
490
491
	$db_last_result = @pg_query($connection, $db_string);
492
493
	if ($db_last_result === false && empty($db_values['db_error_skip']))
494
		$db_last_result = smf_db_error($db_string, $connection);
495
496
	// Debugging.
497
	if (isset($db_show_debug) && $db_show_debug === true)