From a3eff0682a9f8ed5308467f60bdca6ad36001990 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 6 Dec 2005 15:36:03 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7263c1f72..b7c01d2fb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -20,10 +20,17 @@ $Source$ - revised (style, code, xhtml output) - use variable name as title if title is empty - make use of PMA_formatNumber() for non byte numeric values + - set PMA_NO_VARIABLES_IMPORT * libraries/storage_engines.lib.php: revised - added PHP 5 constructor - added comments - PEAR coding standard + * libraries/engines/innodb.lib.php: + - revised (style, code, xhtml output) + - added more status variables + - PEAR coding standard + - make use of PMA_formatNumber() + - added comments * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting 2005-12-05 Sebastian Mendel