From fee4aeb2ab9346ad16d9136c0cb0a239dff25c4b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Jan 2004 20:25:18 +0000 Subject: [PATCH] dbi stuff --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e43eb41e8..a08e85675 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,13 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-01-24 Marc Delisle + * querywindow.php: PMA_DBI_close() instead of DBI_close() + * Documentation.html: clarify FAQ 6.21 + * libraries/dbi/*: use generic $strCantLoad message + * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the + display of unwanted error messages + 2004-01-23 Alexander M. Turek * header_printview.inc.php: - Don't bypass $cfg['Server']['verbose'] settings;