1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

Hide routine language if not required

This commit is contained in:
Jakub Vrana
2011-06-04 03:37:43 +02:00
parent 04127bcbf5
commit bf0c626224
3 changed files with 8 additions and 3 deletions

View File

@@ -475,6 +475,10 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
// not supported by SQLite
}
function routine_languages() {
// not supported by SQLite
}
function begin() {
return queries("BEGIN");
}