Better fix for #736003.

This commit is contained in:
Michal Čihař
2003-05-12 09:11:29 +00:00
parent e0119fc744
commit 9fb701cd42
2 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ $Id$
$Source$
2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
* index.php3: Better fix for #736003.
2003-05-11 Michal Cihar <nijel@users.sourceforge.net>
* Documentation.html, config.inc.php3,
libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:

View File

@@ -87,6 +87,7 @@ $phpmain_hash_js = time();
<frame src="left.php3?<?php echo $url_query; ?>&amp;hash=<?php echo $phpmain_hash; ?>" name="nav" frameborder="0" />
<?php
}
if ($cfg['QueryFrameJS']) {
?>
<script type="text/javascript">
<!--
@@ -94,8 +95,11 @@ $phpmain_hash_js = time();
//-->
</script>
<noscript>
<?php } ?>
<frame src="<?php echo (empty($db)) ? 'main.php3' : $cfg['DefaultTabDatabase']; ?>?<?php echo $url_query; ?>" name="phpmain<?php echo $phpmain_hash; ?>" frameborder="1" />
<?php if ($cfg['QueryFrameJS']) { ?>
</noscript>
<?php } ?>
<noframes>
<body bgcolor="#FFFFFF">