
28 Jun
2017
28 Jun
'17
6:12 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 32af52a858ccf7fb6f51d2d1dce677779a444fae https://github.com/phpmyadmin/phpmyadmin/commit/32af52a858ccf7fb6f51d2d1dce6... Author: mohdluqman <mohdluqman@users.noreply.github.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M js/functions.js Log Message: ----------- Fixed time selection for TIME type (#13093) TIME type in MySql supports a long range of values. The PMA insert widget don't allow the values greater than 23 currently. So, it is corrected by setting the timepicker function have a greater hourMax value than it have by default. Fixes #12948 Signed-off-by: Mohammad Luqman <me@mohdluqman.com>