mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Fix type of select_db()
This commit is contained in:
@@ -30,7 +30,7 @@ if (isset($_GET["imap"])) {
|
||||
return ($this->imap ? '' : imap_last_error());
|
||||
}
|
||||
|
||||
function select_db(string $database): bool {
|
||||
function select_db(string $database) {
|
||||
return ($database == "mail");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user