show currently selected server

This commit is contained in:
Marc Delisle
2005-11-25 15:36:04 +00:00
parent b9120de531
commit b1ae3a10bc
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
*/
function PMA_select_server($form, $left) {
global $cfg, $lang, $convcharset;
global $server, $cfg, $lang, $convcharset;
// Show as list?
$list = $cfg['DisplayServersList'];