second fix, bug 579017
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2002-07-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
|
* tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
|
||||||
* libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
|
* libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
|
||||||
|
@@ -1129,7 +1129,7 @@ if (typeof(document.getElementById) != 'undefined'
|
|||||||
&& typeof(window.parent.frames['nav']) != '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; ?>')) != 'undefined'
|
||||||
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title) == 'string') {
|
&& 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>
|
</script>
|
||||||
|
Reference in New Issue
Block a user