diff options
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index 19e2bbcec..714161c57 100644 --- a/include/import.php +++ b/include/import.php @@ -168,7 +168,6 @@ function import_profiles($channel, $profiles) { unset($profile['id']); $profile['aid'] = get_account_id(); $profile['uid'] = $channel['channel_id']; - unset($profile['profile_vcard']); convert_oldfields($profile,'name','fullname'); convert_oldfields($profile,'with','partner'); |