From 2888f20eec8c2dfd4349c60cada638a891a23ac4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 1 Sep 2004 16:23:34 +0000 Subject: [PATCH] bug 939531 undefined offset in blowfish.php --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ece49d117..0041682ff 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-09-01 Marc Delisle + * libraries/auth/cookie.auth.lib.php: bug 939531: when people upgrade + phpMyAdmin on the same directory, the previous cookie pma_cookie_username + was used but produced an Undefined offset in blowfish.php, because + on previous PMA versions it was not encoded the same way. Now this old + cookie is not used. Users have to reenter their username (not a big + impact IMO) + 2004-09-01 Michal Čihař * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).