Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2018-05-25 12:36:38 +02:00 committed by GitHub
parent 86b1904a41
commit 770e97431b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5081,7 +5081,6 @@ abstract class CommonObject
}
$label=$this->fields[$key]['label'];
$size =$this->fields[$key]['size'];
//$elementtype=$this->fields[$key]['elementtype']; // Seems not used
$default=$this->fields[$key]['default'];
$computed=$this->fields[$key]['computed'];
@ -5108,7 +5107,6 @@ abstract class CommonObject
$showsize = $val['css'];
}
if (empty($morecss))
{
if ($type == 'date')
{