From 8df020e9acb055f3ec96c5ea4156a1c5a09c4f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 15 Aug 2001 15:00:53 +0000 Subject: [PATCH] no message --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7efaa11ab..6fcc6f5bc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ -2001-08-15 Steve Alberty - * lib.inc.php3: prevent to use dl() if dl not exists (PHP5) +2001-08-15 Steve Alberty + * lib.inc.php3: prevent to use dl() if dl not exists (PHP5). + +2001-08-15 Loïc Chapeaux + * sql.php3, lines 70-71: Fixed a slashes bug if the query is displayed on + screen to be confirmed. + * ldi_check.php3, lines 34-44: Fixed a slashes bug thanks to + Dan Allen . 2001-08-14 Loïc Chapeaux * lib.inc.php3; db_readdump.php3, lines 85-88: Fixed some coding style