fix syntax
This commit is contained in:
parent
242a906e40
commit
bfcce0d36d
@ -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())."\'"';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user