From 0ecf84f987483fac7155bcf3bd8a0812f94b3c91 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 27 Jul 2011 20:06:50 +0200 Subject: [PATCH] Comment (bug #3380103) --- 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 9932a7cb..2bf8b308 100644 --- a/adminer/drivers/mysql.inc.php +++ b/adminer/drivers/mysql.inc.php @@ -335,7 +335,7 @@ if (!defined("DRIVER")) { } /** Get tables list - * @return array + * @return array array($name => $type) */ function tables_list() { global $connection;