Skip to content

Commit

Permalink
Update commonobject.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 25, 2018
1 parent 86b1904 commit 770e974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/core/class/commonobject.class.php
Expand Up @@ -5081,7 +5081,6 @@ function showInputField($val, $key, $value, $moreparam='', $keysuffix='', $keypr
}

$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'];
Expand All @@ -5108,7 +5107,6 @@ function showInputField($val, $key, $value, $moreparam='', $keysuffix='', $keypr
$showsize = $val['css'];
}
if (empty($morecss))

{
if ($type == 'date')
{
Expand Down

0 comments on commit 770e974

Please sign in to comment.