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

Pass start time to selectQuery

This commit is contained in:
Jakub Vrana
2018-02-01 11:54:39 +01:00
parent ebb23a7a88
commit d667f585e0
5 changed files with 8 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ if (isset($_GET["elastic"])) {
$start = microtime(true);
$search = $this->_conn->query($query, $data);
if ($print) {
echo $adminer->selectQuery("$query: " . print_r($data, true), format_time($start));
echo $adminer->selectQuery("$query: " . print_r($data, true), $start);
}
if (!$search) {
return false;