From 192ae38d57e53b4d64e4f8d8447f2976b88c67c4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 25 Feb 2025 06:58:10 +0100 Subject: [PATCH] MS SQL: Link doc with current version --- adminer/include/editing.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 3994bf0a..53c9b159 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -623,7 +623,7 @@ function doc_link($paths, $text = "?") { $urls['sql'] = "https://mariadb.com/kb/en/"; $paths['sql'] = (isset($paths['mariadb']) ? $paths['mariadb'] : str_replace(".html", "/", $paths['sql'])); } - return ($paths[$jush] ? "$text" : ""); + return ($paths[$jush] ? "$text" : ""); } /** Wrap gzencode() for usage in ob_start()