Conflicts:
	include/zot.php
This commit is contained in:
redmatrix
2015-07-15 18:41:50 -07:00
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ function channel_content(&$a, $update = 0, $load = false) {
left join abook on ( item.owner_xchan = abook.abook_xchan $abook_uids )
WHERE uid = %d $item_normal
AND item_wall = 1 AND item_unseen = 1
AND (abook.blocked = 0 or abook.abook_flags is null)
AND (abook.abook_blocked = 0 or abook.abook_flags is null)
$sql_extra
ORDER BY created DESC",
intval($a->profile['profile_uid'])