fix syntax

This commit is contained in:
Florian HENRY 2015-07-13 14:34:51 +02:00
parent 242a906e40
commit bfcce0d36d

View File

@ -273,7 +273,7 @@ foreach($property as $key => $prop)
{ {
$i++; $i++;
$varprop.="\t\t\$sql. = ' "; $varprop.="\t\t\$sql .= ' ";
if ($prop['field']=='datec') if ($prop['field']=='datec')
{ {
$varprop.='\'."\'".$this->db->idate(dol_now())."\'"'; $varprop.='\'."\'".$this->db->idate(dol_now())."\'"';