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

@@ -44,7 +44,7 @@ if (!isset($message)) {
?>
<script type="text/javascript" language="javascript1.2">
<!--
window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&amp;server=<?php echo $server; ?>&amp;db=<?php echo urlencode($db); ?>');
window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>&db=<?php echo urlencode($db); ?>');
//-->
</script>
<?php