mirror of
https://github.com/vrana/adminer.git
synced 2025-12-26 18:30:26 +01:00
Don't display warnings for failed queries
This commit is contained in:
@@ -17,7 +17,7 @@ class AdminerSqlLog {
|
||||
$this->filename = $filename;
|
||||
}
|
||||
|
||||
function messageQuery($query, $time) {
|
||||
function messageQuery($query, $time, $failed = false) {
|
||||
$this->_log($query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user