
15 Dec
2017
15 Dec
'17
11:10 a.m.
Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 39b8020857bc69be37299ad06b404fb0e7e62ef9 https://github.com/phpmyadmin/phpmyadmin/commit/39b8020857bc69be37299ad06b40... Author: Michal Čihař <michal@cihar.com> Date: 2017-12-15 (Fri, 15 Dec 2017) Changed paths: M ChangeLog M composer.json M libraries/Util.php M test/libraries/common/PMA_formatNumberByteDown_test.php Log Message: ----------- Fixed displaying of formatted numeric values for some locales The code was wrongly assuming that . is always decimal separator, what it is not and can be even thousands separator. Fixes #13865 Signed-off-by: Michal Čihař <michal@cihar.com>