]> git.joonet.de Git - adminer.git/commitdiff
Explain links
authorJakub Vrana <jakub@vrana.cz>
Mon, 11 Jul 2011 07:55:47 +0000 (09:55 +0200)
committerJakub Vrana <jakub@vrana.cz>
Mon, 11 Jul 2011 07:55:47 +0000 (09:55 +0200)
adminer/sql.inc.php

index 188c59e9381d0e9595dc7386d659f10d4861d42a..5b07b0e386071d6fc17f67712080bc4f895207cc 100644 (file)
@@ -122,7 +122,7 @@ if (!$error && $_POST) {
                                                                                $id = "explain-$commands";
                                                                                echo ", <a href='#$id' onclick=\"return !toggle('$id');\">EXPLAIN</a>$export\n";
                                                                                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#" : ""));
+                                                                               select($explain, $connection2, ($jush == "sql" ? "http://dev.mysql.com/doc/refman/" . substr($connection->server_info, 0, 3) . "/en/explain-output.html#explain_" : ""));
                                                                                echo "</div>\n";
                                                                        } else {
                                                                                echo "$export\n";