mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 21:55:43 +02:00
Pass start time to selectQuery
This commit is contained in:
@@ -140,8 +140,8 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
|
||||
}
|
||||
}
|
||||
|
||||
function selectQuery($query, $time) {
|
||||
return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n($time)\n-->\n";
|
||||
function selectQuery($query, $start) {
|
||||
return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n(" . format_time($start) . ")\n-->\n";
|
||||
}
|
||||
|
||||
function rowDescription($table) {
|
||||
|
Reference in New Issue
Block a user