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

Add links to documentation

This commit is contained in:
Jakub Vrana
2013-07-16 18:37:33 -07:00
parent ddd5c7586b
commit 6f6f69a891
7 changed files with 65 additions and 19 deletions

View File

@@ -136,7 +136,7 @@ if (!$error && $_POST) {
$id = "explain-$commands";
echo ", <a href='#$id' onclick=\"return !toggle('$id');\">EXPLAIN</a>$export";
echo "<div id='$id' class='hidden'>\n";
select($explain, $connection2, ($jush == "sql" ? "http://dev.mysql.com/doc/refman/" . substr($connection->server_info, 0, 3) . "/en/explain-output.html#explain_" : ""), $orgtables);
select($explain, $connection2, $orgtables);
echo "</div>\n";
} else {
echo $export;