mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Pass start time to selectQuery
This commit is contained in:
@@ -182,7 +182,7 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function selectQuery($query, $time) {
|
||||
function selectQuery($query, $start) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user