mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
fix syntax
This commit is contained in:
@@ -273,7 +273,7 @@ foreach($property as $key => $prop)
|
||||
{
|
||||
$i++;
|
||||
|
||||
$varprop.="\t\t\$sql. = ' ";
|
||||
$varprop.="\t\t\$sql .= ' ";
|
||||
if ($prop['field']=='datec')
|
||||
{
|
||||
$varprop.='\'."\'".$this->db->idate(dol_now())."\'"';
|
||||
|
||||
Reference in New Issue
Block a user