mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 23:27:46 +02:00
"Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients"
This commit is contained in:
@ -991,6 +991,10 @@
|
|||||||
case 'synthesis ag':
|
case 'synthesis ag':
|
||||||
switch(strtolower($_productName))
|
switch(strtolower($_productName))
|
||||||
{
|
{
|
||||||
|
case 'sysync client pocketpc std':
|
||||||
|
case 'sysync client pocketpc pro':
|
||||||
|
$this->supportedFields = $defaultFields['full'];
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
$this->supportedFields = $defaultFields['synthesis'];
|
$this->supportedFields = $defaultFields['synthesis'];
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user