forked from extern/egroupware
fixed messed up indention
This commit is contained in:
parent
ca28153b25
commit
349b237f25
@ -199,13 +199,13 @@ class infolog_ical extends infolog_bo
|
|||||||
}
|
}
|
||||||
// set fields that may contain non-ascii chars and encode them if necessary
|
// set fields that may contain non-ascii chars and encode them if necessary
|
||||||
foreach (array(
|
foreach (array(
|
||||||
'SUMMARY' => $taskData['info_subject'],
|
'SUMMARY' => $taskData['info_subject'],
|
||||||
'DESCRIPTION' => $taskData['info_des'],
|
'DESCRIPTION' => $taskData['info_des'],
|
||||||
'LOCATION' => $taskData['info_location'],
|
'LOCATION' => $taskData['info_location'],
|
||||||
'RELATED-TO' => $taskData['info_id_parent'],
|
'RELATED-TO' => $taskData['info_id_parent'],
|
||||||
'UID' => $taskData['info_uid'],
|
'UID' => $taskData['info_uid'],
|
||||||
'CATEGORIES' => $taskData['info_cat'],
|
'CATEGORIES' => $taskData['info_cat'],
|
||||||
) as $field => $value)
|
) as $field => $value)
|
||||||
{
|
{
|
||||||
if (isset($this->clientProperties[$field]['Size']))
|
if (isset($this->clientProperties[$field]['Size']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user