Reload the left frame with the current db opened

This commit is contained in:
Loïc Chapeaux
2001-06-20 21:45:21 +00:00
parent 696a8110f4
commit a8b2711d8a

View File

@@ -665,7 +665,7 @@ function show_message($message) {
// Reload the navigation frame via JavaScript
?>
<script language="JavaScript1.2">
parent.frames.nav.location.reload();
parent.frames['nav'].location.replace('./left.php3?server=<?php echo $GLOBALS['server'];?>&lang=<?php echo $GLOBALS['lang']; ?>&db=<?php echo urlencode($GLOBALS['db']); ?>');
</script>
<?php
}