aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-25 16:18:35 -0800
committerfriendica <info@friendica.com>2013-01-25 16:18:35 -0800
commitc96eb6dc971dc74724a2c20fccf02d34dd08d156 (patch)
treed9d578b81b1abd7a882bfc710e85a2a389a5e046 /mod/network.php
parent318d75a86a3cc4f5a4dcf1278c9a8236c24ac12a (diff)
downloadvolse-hubzilla-c96eb6dc971dc74724a2c20fccf02d34dd08d156.tar.gz
volse-hubzilla-c96eb6dc971dc74724a2c20fccf02d34dd08d156.tar.bz2
volse-hubzilla-c96eb6dc971dc74724a2c20fccf02d34dd08d156.zip
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
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php
index 143b7c5d1..91b4228c9 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -620,7 +620,7 @@ function network_content(&$a, $update = 0, $load = false) {
if($load) {
// Fetch a page full of parent items for this page
-dbg(1);
+
$r = q("SELECT item.id AS item_id FROM item
left join abook on item.author_xchan = abook.abook_xchan
WHERE item.uid = %d AND item.item_restrict = 0
@@ -631,7 +631,7 @@ dbg(1);
intval(local_user()),
intval(ABOOK_FLAG_BLOCKED)
);
-dbg(0);
+
}
else {
// update