From fb32df188109d406a25850bed815392c3f470f40 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 21 Jul 2023 23:38:50 +0100 Subject: [PATCH] actualy doing nothing kepp date --- lib/php/db/field.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/php/db/field.php b/lib/php/db/field.php index 7be51090..b71000a9 100644 --- a/lib/php/db/field.php +++ b/lib/php/db/field.php @@ -181,6 +181,7 @@ class field extends nb { } # Tag + #if ($type == 'date') $type = 'text'; # NB 21.07.23: cant get it right when update db $h .= '<'.$tag .' name="'.$this->preffix.$this->name . ($multi ? '[]' : '') . '"' .( ($size and $tag != 'textarea') ? ' size="'.$size.'"' : '') -- 2.47.3