aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Import.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-05-04 09:59:35 +0200
committerGitHub <noreply@github.com>2017-05-04 09:59:35 +0200
commitbc776a9534b57231b83f4c65fefdc3637db0e024 (patch)
tree95715134462579699fe8cc13d1925ebfc0d032e2 /Zotlabs/Module/Import.php
parent45c64c2d2e5f7bde8a12c0010cd87eea106a65c6 (diff)
parent1e59d9ade576acbd1768303cb9e9c994b4d50392 (diff)
downloadvolse-hubzilla-bc776a9534b57231b83f4c65fefdc3637db0e024.tar.gz
volse-hubzilla-bc776a9534b57231b83f4c65fefdc3637db0e024.tar.bz2
volse-hubzilla-bc776a9534b57231b83f4c65fefdc3637db0e024.zip
Merge pull request #750 from zotlabs/abnothere
abook_not_here flag created to indicate singleton connections which a…
Diffstat (limited to 'Zotlabs/Module/Import.php')
-rw-r--r--Zotlabs/Module/Import.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php
index 54bc7de81..ce3fd469a 100644
--- a/Zotlabs/Module/Import.php
+++ b/Zotlabs/Module/Import.php
@@ -318,6 +318,7 @@ class Import extends \Zotlabs\Web\Controller {
unset($abook['abconfig']);
unset($abook['abook_their_perms']);
unset($abook['abook_my_perms']);
+ unset($abook['abook_not_here']);
$abook['abook_account'] = $account_id;
$abook['abook_channel'] = $channel['channel_id'];
@@ -347,7 +348,7 @@ class Import extends \Zotlabs\Web\Controller {
continue;
}
- create_table_from_array('abook',$abook);
+ abook_store_lowlevel($abook);
$friends ++;
if(intval($abook['abook_feed']))