]> git.joonet.de Git - adminer.git/commitdiff
Fix comment
authorJakub Vrana <jakub@vrana.cz>
Thu, 4 Jul 2013 00:28:53 +0000 (17:28 -0700)
committerJakub Vrana <jakub@vrana.cz>
Thu, 4 Jul 2013 00:28:53 +0000 (17:28 -0700)
adminer/include/functions.inc.php

index b50cdc8a7de21024ca4138f6c0198510f9fa35cf..54038828f6e8ea225d073d3857f13d361e8a3e16 100644 (file)
@@ -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;