fixed bug #479208 - Drop a table -> wrong server at left frame

This commit is contained in:
Loïc Chapeaux
2001-11-16 11:33:20 +00:00
parent e47994fee3
commit 6648ebaf6e
4 changed files with 8 additions and 4 deletions

View File

@@ -925,8 +925,8 @@ if (!defined('__LIB_COMMON__')){
echo "\n";
$reload_url = './left.php3'
. '?lang=' . $GLOBALS['lang']
. '&server=' . $GLOBALS['server']
. ((!empty($GLOBALS['db'])) ? '&db=' . urlencode($GLOBALS['db']) : '');
. '&server=' . $GLOBALS['server']
. ((!empty($GLOBALS['db'])) ? '&db=' . urlencode($GLOBALS['db']) : '');
?>
<script type="text/javascript" language="javascript1.2">
<!--