From 6be088d539112276baeebf1b58def30837ccb45f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 11 Nov 2007 10:38:45 +0000 Subject: [PATCH] "Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients" --- calendar/inc/class.boical.inc.php | 4 ++++ 1 file changed, 4 insertions(+) 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;