diff --git a/ChangeLog b/ChangeLog index e2ef64424..d2e4a637b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-07-09 Marc Delisle + * libraries/common.lib.php3: fix from Loïc for bug 579017 + 2002-07-08 Loïc Chapeaux * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation). * libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode). diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 0e47ff618..8abdece4c 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -1129,7 +1129,7 @@ if (typeof(document.getElementById) != 'undefined' && typeof(window.parent.frames['nav']) != 'undefined' && typeof(window.parent.frames['nav'].document.getElementById('')) != 'undefined' && typeof(window.parent.frames['nav'].document.getElementById('').title) == 'string') { - window.parent.frames['nav'].document.getElementById('').title = ''; + window.parent.frames['nav'].document.getElementById('').title = ''; } //-->