From: Adam Kusmierz Date: Tue, 20 Dec 2016 08:38:22 +0000 (+0100) Subject: PHP Warning hidden and better parsing times (at least for postgresql) X-Git-Tag: v4.3.0~71 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=cbd3adc564a312c2689eb402ce0f75c9bb11b2b5;p=adminer.git PHP Warning hidden and better parsing times (at least for postgresql) --- diff --git a/plugins/edit-calendar.php b/plugins/edit-calendar.php index ea8dd11c..525ff6db 100644 --- a/plugins/edit-calendar.php +++ b/plugins/edit-calendar.php @@ -36,8 +36,8 @@ class AdminerEditCalendar { function editInput($table, $field, $attrs, $value) { if (preg_match("~date|time~", $field["type"])) { $dateFormat = "changeYear: true, dateFormat: 'yy-mm-dd'"; //! yy-mm-dd regional - $timeFormat = "showSecond: true, timeFormat: 'hh:mm:ss'"; - return "