From cffa8b9aeb6bc7bf9fd4a2980535d7cc406bd865 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 10 Nov 2007 08:07:44 +0000 Subject: [PATCH] "patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC" --- addressbook/inc/class.vcaladdressbook.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/class.vcaladdressbook.inc.php b/addressbook/inc/class.vcaladdressbook.inc.php index 1d4d5b54d9..93e46929f7 100644 --- a/addressbook/inc/class.vcaladdressbook.inc.php +++ b/addressbook/inc/class.vcaladdressbook.inc.php @@ -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;