1
0
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:
Jakub Vrana
2018-02-01 11:43:44 +01:00
parent e3346fb0bc
commit e9add6d985
4 changed files with 17 additions and 21 deletions

View File

@@ -114,10 +114,10 @@
}
/** Get warnings about the last command
* @return Min_Result or false
* @return string HTML
*/
function warnings() {
return false;
return '';
}
}