Skip to content

Commit

Permalink
Update extrafields.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 25, 2017
1 parent 6e84984 commit 0e23b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/core/class/extrafields.class.php
Expand Up @@ -345,7 +345,8 @@ private function create_label($attrname, $label='', $type='', $pos=0, $size=0, $
$sql .= " " . $user->id . ",";
$sql .= " " . $user->id . ",";
$sql .= "'" . $this->db->idate(dol_now()) . "'";

$sql.=')';

dol_syslog(get_class($this)."::create_label", LOG_DEBUG);
if ($this->db->query($sql))
{
Expand Down

0 comments on commit 0e23b04

Please sign in to comment.