From 0322ce171938d37b2beedbe671cc9d739386a8ce Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 10 Jul 2002 00:13:13 +0000 Subject: [PATCH] second fix, bug 579017 --- ChangeLog | 3 +++ libraries/common.lib.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 = ''; } //-->