"Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients"

This commit is contained in:
Ralf Becker 2007-11-11 10:38:45 +00:00
parent fbb7d5c052
commit 6be088d539

View File

@ -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;