mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02: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