From f6f093d68c68d69f3e49f8f8207edc4684237ae1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 8 May 2003 12:30:07 +0000 Subject: [PATCH] latest version --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5808a0b25..12cb4f28c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-05-05 Marc Delisle + * libraries/build_dump.lib.php3: bug 731866: text fields were + exported hexified, because mysql_field_type() was used and + it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes() + 2003-05-02 Marc Delisle * libraries/get_foreign.lib.php3: bug 731480: was not counting the rows of the foreign, thanks to Stefan Elssner