Code Duplication    Length = 2-2 lines in 2 locations

Sources/Subs-Db-postgresql.php 1 location

@@ 463-464 (lines=2) @@
460
461
	$db_last_result = @pg_query($connection, $db_string);
462
463
	if ($db_last_result === false && empty($db_values['db_error_skip']))
464
		$db_last_result = smf_db_error($db_string, $connection);
465
466
	// Debugging.
467
	if (isset($db_show_debug) && $db_show_debug === true)

Sources/Subs-Db-mysql.php 1 location

@@ 511-512 (lines=2) @@
508
	else
509
		$ret = @mysqli_query($connection, $db_string, MYSQLI_USE_RESULT);
510
511
	if ($ret === false && empty($db_values['db_error_skip']))
512
		$ret = smf_db_error($db_string, $connection);
513
514
	// Debugging.
515
	if (isset($db_show_debug) && $db_show_debug === true)