Save bytes

This commit is contained in:
Jakub Vrana 2012-08-19 09:43:31 -07:00
parent b7af79e745
commit 37013522a1

View file

@ -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");