From c96eb6dc971dc74724a2c20fccf02d34dd08d156 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 25 Jan 2013 16:18:35 -0800 Subject: make contact_remove sort of work so I can actually get rid of Oliver's and Michael J's dead contacts and not poll them every ten minutes forever --- include/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index bce1f2dfa..c6a8c195f 100755 --- a/include/items.php +++ b/include/items.php @@ -3631,7 +3631,7 @@ function lose_follower($importer,$contact,$datarray,$item) { ); } else { - contact_remove($contact['id']); +// contact_remove($contact['id']); } } @@ -3644,7 +3644,7 @@ function lose_sharer($importer,$contact,$datarray,$item) { ); } else { - contact_remove($contact['id']); +// contact_remove($contact['id']); } } -- cgit v1.2.3