From e079ba996e69c027183e5e75bdd2c7009c2b1228 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 10 Jun 2020 23:55:49 +0200 Subject: [PATCH] Add a ChangeLog entry for #16163 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index f8bdadb19f..c2e7b1be38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,7 @@ phpMyAdmin - ChangeLog - issue #16157 Fix relations of tables having spaces or special chars not showing in the Designer - issue #16052 Fix a very rare JS error occuring on mousemove event - issue #16162 Make a foreign key link clickable in a new tab after the value was saved and replaced +- issue #16163 Fixed a PHP notice "Undefined index: column_info" on views 5.0.2 (2020-03-20) - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page