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 *