Thomas Bruederli
2013-06-26 6ff6bedea4f1aae9ded9b6e3b7363ee79b2f4fed
program/steps/addressbook/copy.inc
@@ -57,6 +57,10 @@
    foreach ($cid as $cid) {
        $a_record = $CONTACTS->get_record($cid, true);
        // avoid copying groups
        if ($a_record['_type'] == 'group')
            continue;
        // Check if contact exists, if so, we'll need it's ID
        // Note: Some addressbooks allows empty email address field
        if (!empty($a_record['email']))