1
0
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:
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

@@ -768,7 +768,7 @@ if (!defined("DRIVER")) {
* @return array
*/
function routine_languages() {
return array("SQL");
return array(); // "SQL" not required
}
/** Begin transaction