From 7b4aecb86e306cb514407be5332196a78dd7b36c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 15 Oct 2010 17:11:39 +0200 Subject: [PATCH] Comment --- adminer/drivers/mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/drivers/mysql.inc.php b/adminer/drivers/mysql.inc.php index a86fa0cb..406dc4a5 100644 --- a/adminer/drivers/mysql.inc.php +++ b/adminer/drivers/mysql.inc.php @@ -870,7 +870,7 @@ if (!defined("DRIVER")) { } /** Check whether a feature is supported - * @param string + * @param string "comment", "drop_col", "dump", "event", "partitioning", "routine", "scheme", "sequence", "status", "trigger", "type", "variables", "view" * @return bool */ function support($feature) {