fixed not recognized vtodo priority values

This commit is contained in:
Christian Binder 2009-12-09 08:17:26 +00:00
parent 7217a92079
commit d8907a4d2a

View File

@ -378,7 +378,7 @@ class infolog_ical extends infolog_bo
break;
case 'PRIORITY':
if (1 <= $attributes['value'] && $attributes['value'] <= 3) {
if (1 <= $attributes['value'] && $attributes['value'] <= 9) {
$taskData['info_priority'] = $this->vcal_priority2egw_priority[$attributes['value']];
} else {
$taskData['info_priority'] = 1; // default = normal