mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Return string from warnings()
This commit is contained in:
@@ -114,10 +114,10 @@
|
||||
}
|
||||
|
||||
/** Get warnings about the last command
|
||||
* @return Min_Result or false
|
||||
* @return string HTML
|
||||
*/
|
||||
function warnings() {
|
||||
return false;
|
||||
return '';
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user