mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 12:00:41 +02:00
fix logger for SQL commands
This commit is contained in:
committed by
Jakub Vrana
parent
b8bea7fc56
commit
4cfe6263d9
@@ -177,6 +177,11 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function sqlCommandQuery($query) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function rowDescription($table) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
Reference in New Issue
Block a user