diff --git a/ChangeLog b/ChangeLog index 7d080cc693..701bef5d87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog - bug #4395 BLOB link transformation is broken - bug Respect ['ShowCreateDb'] in the navi panel - bug #4392 Cannot see databases in nav panel on databases grouping when disabled database expansion +- bug #4419 No more calendar into search tab 4.2.1.0 (2014-05-13) - bug #4380 Cannot display table structure with enums containing special characters diff --git a/libraries/TableSearch.class.php b/libraries/TableSearch.class.php index e30ce0a35f..87b1a0bd17 100644 --- a/libraries/TableSearch.class.php +++ b/libraries/TableSearch.class.php @@ -983,7 +983,9 @@ EOT; $html_output .= '' . $properties['type'] . ''; $html_output .= '' . $properties['collation'] . ''; $html_output .= '' . $properties['func'] . ''; - $html_output .= '' . $properties['value'] . ''; + // here, the data-type attribute is needed for a date/time picker + $html_output .= '' . $properties['value'] . ''; $html_output .= ''; //Displays hidden fields $html_output .= '';