"patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC"

This commit is contained in:
Ralf Becker 2007-11-10 08:07:44 +00:00
parent d9e1677b86
commit cffa8b9aeb

View File

@ -445,6 +445,7 @@ class vcaladdressbook extends bocontacts
switch(strtolower($_productName))
{
case 'sysync client pocketpc pro':
case 'sysync client pocketpc std':
$this->supportedFields = $defaultFields[1];
#$this->supportedFields['PHOTO'] = array('jpegphoto');
break;