From 19b4148a3788677efce0b86a8025bd79f63d9e73 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 19 Jul 2013 16:29:20 -0700 Subject: [PATCH] Link collations help --- adminer/database.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") : ""); ?>