From 37013522a1516c5fc2acdf09c616740746059b55 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 19 Aug 2012 09:43:31 -0700 Subject: [PATCH] Save bytes --- adminer/drivers/mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/drivers/mysql.inc.php b/adminer/drivers/mysql.inc.php index 72a393ae..41c685c5 100644 --- a/adminer/drivers/mysql.inc.php +++ b/adminer/drivers/mysql.inc.php @@ -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");