]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / include / Contact.php
index 1a7a1676a79bb3925a7ad0a781d025cb863b2fa9..d39d7a28b6025c41d8597323608cedefa1c21d31 100644 (file)
@@ -169,6 +169,7 @@ function mark_for_death($contact) {
                        q("update contact set `archive` = 1 where id = %d limit 1",
                                intval($contact['id'])
                        );
+                       q("UPDATE `item` SET `private` = 2 WHERE `contact-id` = %d AND `uid` = %d", intval($contact['id']), intval($contact['uid']));
 
                        //contact_remove($contact['id']);