second fix, bug 579017

This commit is contained in:
Marc Delisle
2002-07-10 00:13:13 +00:00
parent 16d65bbe4a
commit 0322ce1719
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php3: fix from Lo<4C>c for bug 579017
2002-07-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
* libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).

View File

@@ -1129,7 +1129,7 @@ if (typeof(document.getElementById) != 'undefined'
&& typeof(window.parent.frames['nav']) != 'undefined'
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>')) != 'undefined'
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title) == 'string') {
window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title = '<?php echo PMA_jsFormat($tooltip); ?>';
window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title = '<?php echo PMA_jsFormat($tooltip, FALSE); ?>';
}
//-->
</script>