From: Jakub Vrana Date: Tue, 25 Feb 2025 05:58:10 +0000 (+0100) Subject: MS SQL: Link doc with current version X-Git-Tag: v4.17.1~4 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=192ae38d57e53b4d64e4f8d8447f2976b88c67c4;p=adminer.git MS SQL: Link doc with current version --- 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()