mirror of
https://github.com/vrana/adminer.git
synced 2026-03-03 19:11:30 +01:00
Print elapsed time in HTML instead of SQL command comment
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
$start = microtime(true);
|
||||
$return = $this->_conn->query($query);
|
||||
if ($print) {
|
||||
echo $adminer->selectQuery($query . ";\n-- " . format_time($start, microtime(true)));
|
||||
echo $adminer->selectQuery($query, format_time($start, microtime(true)));
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user