1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

MS SQL: Update doc_links

This commit is contained in:
Jakub Vrana
2025-02-25 06:52:27 +01:00
parent c15576bbf8
commit 644cde4855
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ echo ($_POST["add_x"] || strpos($name, "\n")
) . "\n" . ($collations ? html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $row["collation"]) . doc_link(array(
'sql' => "charset-charsets.html",
'mariadb' => "supported-character-sets-and-collations/",
'mssql' => "ms187963.aspx",
'mssql' => "relational-databases/system-functions/sys-fn-helpcollations-transact-sql",
)) : "");
?>
<input type="submit" value="<?php echo lang('Save'); ?>">