mirror of
https://github.com/vrana/adminer.git
synced 2025-08-28 00:29:59 +02:00
Hide routine language if not required
This commit is contained in:
@@ -768,7 +768,7 @@ if (!defined("DRIVER")) {
|
||||
* @return array
|
||||
*/
|
||||
function routine_languages() {
|
||||
return array("SQL");
|
||||
return array(); // "SQL" not required
|
||||
}
|
||||
|
||||
/** Begin transaction
|
||||
|
Reference in New Issue
Block a user