mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Fix SIF-T tag issue (bug #2573)
This commit is contained in:
parent
be18410907
commit
58559aacb1
@ -588,12 +588,12 @@ class infolog_sif extends infolog_bo
|
||||
switch ($sifField)
|
||||
{
|
||||
case 'Date':
|
||||
$sifNote .= '<$sifField>';
|
||||
$sifNote .= "<$sifField>";
|
||||
if (!empty($value))
|
||||
{
|
||||
$sifNote .= $this->getDateTime($value, $this->tzid);
|
||||
}
|
||||
$sifNote .= '</$sifField>';
|
||||
$sifNote .= "</$sifField>";
|
||||
break;
|
||||
|
||||
case 'Categories':
|
||||
|
Loading…
Reference in New Issue
Block a user