mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
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:
@@ -87,7 +87,7 @@ if (!$error && $_POST) {
|
|||||||
if (preg_match("~^$space*$alter_database", $query)) {
|
if (preg_match("~^$space*$alter_database", $query)) {
|
||||||
$databases = null; // clear cache
|
$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
|
unset($result); // free resultset
|
||||||
} while ($connection->next_result());
|
} while ($connection->next_result());
|
||||||
|
Reference in New Issue
Block a user