From 1b39d111d5bd08958ac8be0bb30321a9b7261245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 22 Nov 2001 20:35:02 +0000 Subject: [PATCH] no message --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26d7914a4..90559dcb7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,12 +5,21 @@ phpMyAdmin - Changelog $Id$ $Source$ -2001-11-20 Loïc Chapeaux +2001-11-22 Loïc Chapeaux + * header.inc.php3, lines 142-148: merged patch #479083 - display name + of server after db/table thanks to + Martin Jespersen . + * user_detail.php3: + - fixed bug #484591 - Users Page -- "no password"; + - PEAR codding standards (functions names). + +2001-11-21 Loïc Chapeaux * config.inc.php3: removed some remaining tabs. * libraries/common.inc.php3: simplified the error handling settings under php4. * lang/russian-*: updated thanks to Gosha Sakovich . + 2001-11-20 Loïc Chapeaux * tbl_change.php3, lines 146-148: set the default function to "NOW()" for timestamp fields only in insert mode (ie not in update mode).