From dc69fbf0f49df4d0cd99bcffa76f244394a2298e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 12 Feb 2020 23:12:28 +0100 Subject: [PATCH] Add ChangeLog entry for #15781 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index debe1fa5ee..5822a8713c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ phpMyAdmin - ChangeLog - issue #15187 Fixed editing a row and using 'insert as new row' uses primary key 0 instead of NULL - issue #15877 Fixed php error "preg_match() expects parameter 2 to be string, null given" on some specific tables - issue #15795 Fix broken link on "MySQL said" error message +- issue #15781 Fix illegal string offset error on structure page of 'information_schema' database 5.0.1 (2020-01-07) - issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value