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

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