Better fix for #736003.
This commit is contained in:
@@ -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:
|
||||
|
@@ -87,6 +87,7 @@ $phpmain_hash_js = time();
|
||||
<frame src="left.php3?<?php echo $url_query; ?>&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">
|
||||
|
Reference in New Issue
Block a user