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