Skip to content

Commit

Permalink
Update commonobject.class.php
Browse files Browse the repository at this point in the history
Conflicts:
	htdocs/core/class/commonobject.class.php
  • Loading branch information
eldy authored and ldestailleur committed Jan 2, 2019
1 parent c690b92 commit 8b38048
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/core/class/commonobject.class.php
Expand Up @@ -5024,8 +5024,6 @@ function insertExtraFields($trigger='', $userused=null)
$new_array_options[$key] = price2num($this->array_options[$key]);
break;
case 'date':
$new_array_options[$key] = $this->db->idate($this->array_options[$key]);
break;
case 'datetime':
// If data is a string instead of a timestamp, we convert it
if (! is_int($this->array_options[$key])) {
Expand Down

0 comments on commit 8b38048

Please sign in to comment.