diff --git a/calendar/inc/class.boical.inc.php b/calendar/inc/class.boical.inc.php index ce930920ca..ceb3fa32d9 100644 --- a/calendar/inc/class.boical.inc.php +++ b/calendar/inc/class.boical.inc.php @@ -991,6 +991,10 @@ case 'synthesis ag': switch(strtolower($_productName)) { + case 'sysync client pocketpc std': + case 'sysync client pocketpc pro': + $this->supportedFields = $defaultFields['full']; + break; default: $this->supportedFields = $defaultFields['synthesis']; break;