Fix #11964 Undefined index: TABLE_COMMENT in database structure page

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2016-02-16 15:24:12 +11:00
parent 04181fb2b9
commit 6e6e40a775
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -4897,6 +4897,7 @@ class PMA_Util
'ENGINE' => '',
'TABLE_TYPE' => '',
'TABLE_ROWS' => 0,
'TABLE_COMMENT' => '',
);
}
} // end while