
14 Jun
2016
14 Jun
'16
9:17 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 136b85fc9727d0387a37ee5e1cbadae554fd6554 https://github.com/phpmyadmin/phpmyadmin/commit/136b85fc9727d0387a37ee5e1cba... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M ChangeLog M doc/import_export.rst M libraries/plugins/export/ExportJson.php M test/classes/plugin/export/ExportJsonTest.php Log Message: ----------- Produce valid JSON on export The JSON export now generates valid JSON data, but this means that the resulting JSON format has changed. Fixes #12307 Signed-off-by: Michal Čihař <michal@cihar.com>