From bc2001a93936f8dfca5335952fb0291f5a3cf90a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 3 Jul 2013 17:28:53 -0700 Subject: [PATCH] Fix comment --- adminer/include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index b50cdc8a..54038828 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -983,7 +983,7 @@ function is_shortable($field) { /** Run query which can be killed by AJAX call after timing out * @param string -* @return Min_Result +* @return array of strings */ function slow_query($query) { global $adminer, $token;