From e916d71cc5c92613fb69f4aeead817bf5bb1c2fc Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 26 Nov 2012 23:52:16 -0800 Subject: basic (very basic) communication showing up on network page --- mod/network.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index 3ed4d2f59..a0f4ab354 100644 --- a/mod/network.php +++ b/mod/network.php @@ -666,7 +666,7 @@ function network_content(&$a, $update = 0, $load = false) { ); } else { - +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 @@ -677,7 +677,7 @@ function network_content(&$a, $update = 0, $load = false) { intval(local_user()), intval(ABOOK_FLAG_BLOCKED) ); - +dbg(0); } // Then fetch all the children of the parents that are on this page -- cgit v1.2.3