diff --git a/ChangeLog b/ChangeLog index 51b7cca28..c01977223 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ $Source$ 2006-06-09 Marc Delisle * tbl_select.php: bug #1490569, search with LIKE on numeric fields * libraries/import.lib.php: support display of HANDLER statement results + * libraries/header.inc.php, libraries/auth/http.auth.lib.php, + /cookie.auth.lib.php, removed header_custom.inc.php: + patch #1502453, unnecessary disk access, thanks to Juergen Wind 2006-06-08 Marc Delisle * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index b8c92d3f2..8548447eb 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -100,7 +100,10 @@ if (top != self) { - +