diff --git a/ChangeLog b/ChangeLog index fd264da1f6..e024247d2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,7 @@ phpMyAdmin - ChangeLog - bug #4851 PHP errors in login dialogue - bug #4207 json_encode error due to strftime returning non utf8 chars in Windows 8.1 Chinese version - bug #4845 White screen (Cloudflare) +- bug #4794 Server error viewing table content 4.4.2.0 (2015-04-13) - bug #4835 PMA_hideShowConnection not called after submit_num_fields diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 3af9bb0499..00c279ad1c 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -2418,7 +2418,8 @@ class PMA_DisplayResults private function _buildNullDisplay($class, $condition_field, $meta, $align = '') { // the null class is needed for grid editing - return 'decimals . '" data-type="' + $decimals = isset($meta->decimals) ? $meta->decimals : '-1'; + $result = '