no message

This commit is contained in:
Loïc Chapeaux
2001-11-22 20:35:02 +00:00
parent b1398ff4d5
commit 1b39d111d5

View File

@@ -5,12 +5,21 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-11-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
2001-11-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* header.inc.php3, lines 142-148: merged patch #479083 - display name
of server after db/table thanks to
Martin Jespersen <embeejay at users.sourceforge.net>.
* user_detail.php3:
- fixed bug #484591 - Users Page -- "no password";
- PEAR codding standards (functions names).
2001-11-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* 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 <gt2 at users.sourceforge.net>.
2001-11-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_change.php3, lines 146-148: set the default function to "NOW()"
for timestamp fields only in insert mode (ie not in update mode).