From: Jakub Vrana Date: Fri, 19 Jul 2013 23:29:20 +0000 (-0700) Subject: Link collations help X-Git-Tag: v4.0.0~105 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=19b4148a3788677efce0b86a8025bd79f63d9e73;p=adminer.git Link collations help --- diff --git a/adminer/database.inc.php b/adminer/database.inc.php index de02637f..c77a67d0 100644 --- a/adminer/database.inc.php +++ b/adminer/database.inc.php @@ -60,7 +60,7 @@ if ($_POST) { echo ($_POST["add_x"] || strpos($name, "\n") ? '
' : '' -) . "\n" . ($collations ? html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $row["collation"]) : ""); +) . "\n" . ($collations ? html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $row["collation"]) . doc_link("charset-charsets.html") : ""); ?>