mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Save bytes
This commit is contained in:
@@ -265,7 +265,7 @@ if (!defined("DRIVER")) {
|
||||
* @param bool
|
||||
* @return array
|
||||
*/
|
||||
function get_databases($flush = true) {
|
||||
function get_databases($flush) {
|
||||
global $connection;
|
||||
// SHOW DATABASES can take a very long time so it is cached
|
||||
$return = &get_session("dbs");
|
||||
|
Reference in New Issue
Block a user