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