From d1d03f61f00db000aa82890a07dcb63446e5981b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 2 Sep 2001 13:12:38 +0000 Subject: [PATCH] no message --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d709a960c..f42c18d1e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,11 +7,18 @@ $Source$ 2001-09-02 Loïc Chapeaux * lang/dutch.inc.php3: other updates thanks to Paul Koster. + * tbl_addfield.php3, lines 9-11: fixed a js error. + * lib.inc.php3; sql.php3: optimized a bit (buffering the fields meta in an + array, then seekink into this array is baout 5 times faster in php4 than + calling the mysql_fetch_field function each time) and added some + comments. + * lib.inc.php3, line 526: fixed a js error ("#" character msut be escaped). + * main.php3: target for links should never be "_top" but "_parent". 2001-09-01 Loïc Chapeaux * db_stat.php3: cleaned and improved the code. * header.php3: cosmetic change. - * db_create.php3, line9; db_readdump.php3, line 135: fixed a js error. + * db_create.php3, line 9; db_readdump.php3, line 135: fixed a js error. * lang/dutch.inc.php3: updated thanks to Paul Koster. * lib.inc.php3; sql.php3, lines 296-311: - display the full/partial text button only if a field is concerned;