diff --git a/ChangeLog b/ChangeLog index 33e34dd3d0..476434e2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog - issue #11677 sql-parser and php-gettext collide. - issue #11920 Can't disable backquotes in export - issue #11911 Inserts via tbl_change.php in VARBINARY columns does not allow using HEX() and MD5() +- issue #11964 Undefined index: TABLE_COMMENT in database structure page 4.5.4.1 (2016-01-29) - issue #11892 Error with PMA 4.4.15.3 diff --git a/libraries/Util.class.php b/libraries/Util.class.php index f19ec12600..c32c5edd1a 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -4897,6 +4897,7 @@ class PMA_Util 'ENGINE' => '', 'TABLE_TYPE' => '', 'TABLE_ROWS' => 0, + 'TABLE_COMMENT' => '', ); } } // end while