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

Introduce queries_redirect function

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1190 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-10-13 20:01:52 +00:00
parent 50881f8942
commit dbdd40a19c
7 changed files with 16 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ if ($tables_views && !$error) {
}
}
}
query_redirect(queries(), substr(ME, 0, -1), $message, $result, false, !$result);
queries_redirect(substr(ME, 0, -1), $message, $result);
}
page_header(lang('Database') . ": " . h(DB), $error, false);