This message is in MIME format. ---MOQ104599696855cd189bc71e9ef00b0443787fcc738f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hi! I tested the VCard import of Turba 1.2RC1. There is no error message but VCards never get imported. Reading the source I could fix it with 2 little changes in data.php. The object tpye is compared with 'VCARD' but the content of the string is 'vcard' so the code never got executed. Moreover a function getBareAddress is called which doesn't exist in lib/Turba.php, if I change that function call to getBareEmail it works for me (Details in the patch) Regards, Alex. ---MOQ104599696855cd189bc71e9ef00b0443787fcc738f Content-Type: text/plain; name="turba.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="turba.diff" LS0tIGRhdGEucGhwCVN1biBGZWIgMjMgMTE6MDY6MjMgMjAwMworKysgLi4vdHVyYmEtUkVMRU5H L2RhdGEucGhwCUZyaSBKYW4gIDMgMTM6NDg6NTYgMjAwMwpAQCAtMjMyLDcgKzIzMiw3IEBACiAg ICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAgJGRlc3QgPSAkY2Zn U291cmNlc1skZGVzdF1bJ21hcCddOwogICAgICAgICAgICAgICAgICAgICBmb3JlYWNoICgkZGF0 YSBhcyAkb2JqZWN0KSB7Ci0gICAgICAgICAgICAgICAgICAgICAgICBpZiAoJG9iamVjdFsndHlw ZSddID09ICd2Y2FyZCcpIHsKKyAgICAgICAgICAgICAgICAgICAgICAgIGlmICgkb2JqZWN0Wyd0 eXBlJ10gPT0gJ1ZDQVJEJykgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICRoYXNoID0g YXJyYXkoKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JlYWNoICgkb2JqZWN0Wydw YXJhbXMnXSBhcyAkaXRlbSkgewogCkBAIC0yNzMsNyArMjczLDcgQEAKIAogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICBjYXNlICdFTUFJTCc6CiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICBpZiAoaXNzZXQoJGl0ZW1bJ3BhcmFtcyddWydQUkVGJ10pIHx8ICFpc3Nl dCgkaGFzaFsnZW1haWwnXSkpIHsKLSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAkaGFzaFsnZW1haWwnXSA9IFR1cmJhOjpnZXRCYXJlRW1haWwoJHZjZi0+cmVhZCgkaXRl bSkpOworICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRoYXNoWydlbWFp bCddID0gVHVyYmE6OmdldEJhcmVBZGRyZXNzKCR2Y2YtPnJlYWQoJGl0ZW0pKTsKICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIGJyZWFrOwogCg== ---MOQ104599696855cd189bc71e9ef00b0443787fcc738f Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- Turba mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: turba-unsubscribe@lists.horde.org ---MOQ104599696855cd189bc71e9ef00b0443787fcc738f--