1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 02:54:28 +02:00

Release 2.3.1

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1376 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2010-04-06 08:42:43 +00:00
parent d6972bde5b
commit 4e2b090e28
5 changed files with 6 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ if (!$table_status) {
echo '<p><a href="' . h(ME) . 'create=">' . lang('Create table') . "</a>\n";
if ($connection->server_info >= 5) {
echo ' <a href="' . h(ME) . 'view=">' . lang('Create view') . "</a>\n";
echo '<a href="' . h(ME) . 'view=">' . lang('Create view') . "</a>\n";
echo "<h3>" . lang('Routines') . "</h3>\n";
$result = $connection->query("SELECT * FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA = " . $connection->quote(DB));
if ($result->num_rows) {