aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php2
-rw-r--r--include/import.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 33aa40a3d..ab73a9862 100755
--- a/boot.php
+++ b/boot.php
@@ -48,7 +48,7 @@ require_once('include/zid.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '2.0' );
+define ( 'STD_VERSION', '2.0.1' );
define ( 'ZOT_REVISION', '1.2' );
define ( 'DB_UPDATE_VERSION', 1185 );
diff --git a/include/import.php b/include/import.php
index e3d3e7e81..61134000a 100644
--- a/include/import.php
+++ b/include/import.php
@@ -138,6 +138,7 @@ 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');