From e61010fee343612d17b7a7ee68a1fbbddb8ad045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Fri, 1 Mar 2002 21:39:41 +0000 Subject: [PATCH] created the phpmyadmin-cvs mailing list --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 637a6abe9..ab2b9fcbe 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,10 +5,17 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-03-01 Olivier Müller + * created the phpmyadmin-cvs mailing list, following the instructions + under http://sourceforge.net/docman/display_doc.php?docid=772&group_id=1 : + subscribers (target: devel team) will get a mail on every cvs commit. + I hope you will find it useful :) Webpage for subscriptions: + http://lists.sourceforge.net/lists/listinfo/phpmyadmin-cvs + 2002-03-01 Loïc Chapeaux * libraries/display_tbl.lib.php3: half fixed (php4 only) bug #474943: wrong data by using a table twice (it seems there is no way to distinguish - whether a MySQL cell is NULL, empty or equal to zero with php3). + whether a MySQL cell is NULL, empty or equal to zero with php3). 2002-02-28 Loïc Chapeaux * Documentation.html: fixed xhtml1.0 errors.