Still have to propagate $hash to the left frame...
This commit is contained in:
@@ -26,6 +26,8 @@ $Source$
|
||||
keep the queryframe. Only if JavaScript is usable, otherwise it's
|
||||
not necessary to keep the 'opener' pointer.
|
||||
* libraries/display_tbl.lib.php3: PHP3 compatibility.
|
||||
* libraries/common.lib.php3, db_details_common.php3, index.php3,
|
||||
main.php3: Still have to propagate $hash to the left frame...
|
||||
|
||||
2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* pdf_schema.php3, bug 729517, better comment output,
|
||||
|
@@ -47,7 +47,7 @@ if (!isset($message)) {
|
||||
?>
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
window.parent.frames['nav'].location.replace('./left.php3?<?php echo PMA_generate_common_url($db, '', '&'); ?>');
|
||||
window.parent.frames['nav'].location.replace('./left.php3?<?php echo PMA_generate_common_url($db, '', '&'); ?>&hash=' + <?php echo (($cfg['QueryFrame'] && $cfg['QueryFrameJS']) ? 'window.parent.frames[\'queryframe\'].document.hashform.hash.value' : md5($cfg['PmaAbsoluteUri'])); ?>);
|
||||
//-->
|
||||
</script>
|
||||
<?php
|
||||
|
@@ -82,7 +82,7 @@ $phpmain_hash_js = time();
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<frame src="left.php3?<?php echo $url_query; ?>&hash=' . $phpmain_hash . '" name="nav" frameborder="0" />
|
||||
<frame src="left.php3?<?php echo $url_query; ?>&hash='<?php echo $phpmain_hash; ?>" name="nav" frameborder="0" />
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
@@ -1267,7 +1267,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
|
||||
<!--
|
||||
if (typeof(window.parent) != 'undefined'
|
||||
&& typeof(window.parent.frames['nav']) != 'undefined') {
|
||||
window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
|
||||
window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>&hash=' + <?php echo (($cfg['QueryFrame'] && $cfg['QueryFrameJS']) ? 'window.parent.frames[\'queryframe\'].document.hashform.hash.value' : md5($cfg['PmaAbsoluteUri'])); ?>);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@@ -43,7 +43,7 @@ else if (isset($reload) && $reload) {
|
||||
?>
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
window.parent.frames['nav'].location.replace('./left.php3?<?php echo PMA_generate_common_url('', '', '&');?>');
|
||||
window.parent.frames['nav'].location.replace('./left.php3?<?php echo PMA_generate_common_url('', '', '&');?>&hash=' + <?php echo (($cfg['QueryFrame'] && $cfg['QueryFrameJS']) ? 'window.parent.frames[\'queryframe\'].document.hashform.hash.value' : md5($cfg['PmaAbsoluteUri'])); ?>););
|
||||
//-->
|
||||
</script>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user