diff --git a/ChangeLog b/ChangeLog index 94f059c98..3697c7fac 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,9 @@ $Source$ 2006-02-13 Sebastian Mendel * libraries/common.lib.php: - - fixed bug #1416848 'Insert new row from Browse page' + - fixed bug #1416848 'Insert new row from Browse page' + * libraries/common.lib.php: + - fixed bug #1409893 - links in navigation frame opens new window 2006-02-12 Marc Delisle * lang/english and hebrew: bug #1429769, typo diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php index 36277887f..60fce9e60 100644 --- a/libraries/footer.inc.php +++ b/libraries/footer.inc.php @@ -10,62 +10,63 @@ * */ -require_once('./libraries/relation.lib.php'); // for PMA_setHistory() +require_once './libraries/relation.lib.php'; // for PMA_setHistory() /** - * Query window + * updates javascript variables in index.php for coorect working with querywindow + * and navigation frame refreshing */ - -// If query window is open, update with latest selected db/table. - ?> +?> -