1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Fix comment

This commit is contained in:
Jakub Vrana
2013-07-03 17:28:53 -07:00
parent 273712ad72
commit bc2001a939

View 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;