Explain links

This commit is contained in:
Jakub Vrana 2011-07-11 09:55:47 +02:00
parent a9b2ac915d
commit 7fa8263629

View 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";