From 73ce610905d17d62f2e5857b031951436730869a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 21 Aug 2002 09:21:36 +0000 Subject: [PATCH] modified common.lib.php3 to fit coding standards --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 55c27d87f..6bdb7006b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-08-21 Michal Cihar + * libraries/common.lib.php3: revised to fit coding standards (by Loïc) and + added documentation about parameters for PMA_showMySQLDocu() + 2002-08-20 Alexander M. Turek * sql.php3, libraries/sqlparser.lib.php3: Fixed bug #597184 (PHP3 compatibility).