diff --git a/ChangeLog b/ChangeLog index a77dab9d3..9987e9eeb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ - check config file also on wakeup (bug #1376522) * libraries/Config.class.php, libraries/common.lib.php: fixed handling of https and $cfg['ForceSSL'] (bug #1379491) + * left.php: fixed undeclared javascript variables 2005-12-14 Michal Čihař * libraries/config.default.php, Documentation.html: Transliterate invalid diff --git a/left.php b/left.php index 323e8da32..a8ad74a0a 100644 --- a/left.php +++ b/left.php @@ -34,7 +34,7 @@ if ($server > 0) { // this function is defined in "common.lib.php" // it defines $num_dbs and $dblist PMA_availableDatabases(); - + if ( empty( $db ) && count( $dblist ) === 1 ) { reset( $dblist ); $db = current( $dblist ); @@ -79,13 +79,13 @@ echo "";