From 67c5521f816c515f6606588489a0a241de02bf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 19 Dec 2001 12:41:19 +0000 Subject: [PATCH] updated credits --- ChangeLog | 3 +++ libraries/display_tbl.lib.php3 | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 638e69040..a9a653024 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-19 Loïc Chapeaux + * Documentation.html; libraries/display_tbl.lib.php3: updated credits. + 2001-12-18 Loïc Chapeaux * sql.php3; tbl_change.php3; tbl_replace.php3; libraries/display_tbl.lib.php3: the number of rows to return, display diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index c2c241326..943c219f5 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -1000,7 +1000,8 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ /** - * Do display the result table with the vertical direction mode + * Do display the result table with the vertical direction mode. + * Credits for this feature goes to Garvin Hicking . * * @return boolean always true *