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

Move schema link to Adminer::homepage method

This commit is contained in:
Jakub Vrana
2011-06-03 13:49:47 +02:00
parent d09f05b01b
commit 98e410f42d
3 changed files with 3 additions and 5 deletions

View File

@@ -898,7 +898,7 @@ if (!defined("DRIVER")) {
}
/** Check whether a feature is supported
* @param string "comment", "drop_col", "dump", "event", "partitioning", "routine", "scheme", "sequence", "status", "trigger", "type", "variables", "view", "copy"
* @param string "comment", "copy", "drop_col", "dump", "event", "partitioning", "privileges", "processlist", "routine", "scheme", "sequence", "status", "trigger", "type", "variables", "view"
* @return bool
*/
function support($feature) {