forked from extern/egroupware
reverted last commit because it had no effect
This commit is contained in:
parent
5fd473c986
commit
b973910334
@ -207,7 +207,7 @@ class infolog_ical extends infolog_bo
|
||||
$vevent->setAttribute('STATUS',$this->status2vtodo($taskData['info_status']));
|
||||
// we try to preserv the original infolog status as X-INFOLOG-STATUS, so we can restore it, if the user does not modify STATUS
|
||||
$vevent->setAttribute('X-INFOLOG-STATUS',$taskData['info_status']);
|
||||
$vevent->setAttribute('PERCENT-COMPLETE',(int)$taskData['info_percent']);
|
||||
$vevent->setAttribute('PERCENT-COMPLETE',$taskData['info_percent']);
|
||||
$vevent->setAttribute('PRIORITY',$this->egw_priority2vcal_priority[$taskData['info_priority']]);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user