From: Nicolas Boisselier Date: Fri, 21 Jul 2023 22:38:50 +0000 (+0100) Subject: actualy doing nothing kepp date X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=fb32df188109d406a25850bed815392c3f470f40;p=nb.git actualy doing nothing kepp date --- 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.'"' : '')