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:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user