Move query info to title

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1284 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-12-29 11:27:33 +00:00
parent c2334dbc67
commit 9d650377ab

View file

@ -87,7 +87,7 @@ if (!$error && $_POST) {
if (preg_match("~^$space*$alter_database", $query)) {
$databases = null; // clear cache
}
echo "<p class='message'>" . lang('Query executed OK, %d row(s) affected.', $connection->affected_rows) . "<br>" . h($connection->info) . "\n";
echo "<p class='message' title='" . h($connection->info) . "'>" . lang('Query executed OK, %d row(s) affected.', $connection->affected_rows) . "\n";
}
unset($result); // free resultset
} while ($connection->next_result());