From 6e6e40a77560443ea9a2ef2ebe5704b4718d4a49 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 16 Feb 2016 15:24:12 +1100 Subject: [PATCH] Fix #11964 Undefined index: TABLE_COMMENT in database structure page Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + libraries/Util.class.php | 1 + 2 files changed, 2 insertions(+) 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