Show private forums in the sidebar
This commit is contained in:
parent
a25c07b162
commit
c3ee596ff4
|
@ -49,7 +49,7 @@ class ForumManager
|
||||||
"SELECT `contact`.`id`, `contact`.`url`, `contact`.`name`, `contact`.`micro`, `contact`.`thumb`
|
"SELECT `contact`.`id`, `contact`.`url`, `contact`.`name`, `contact`.`micro`, `contact`.`thumb`
|
||||||
FROM `contact`
|
FROM `contact`
|
||||||
WHERE `network`= 'dfrn' AND $select AND `uid` = ?
|
WHERE `network`= 'dfrn' AND $select AND `uid` = ?
|
||||||
AND NOT `blocked` AND NOT `hidden` AND NOT `pending` AND NOT `archive`
|
AND NOT `blocked` AND NOT `pending` AND NOT `archive`
|
||||||
AND `success_update` > `failure_update`
|
AND `success_update` > `failure_update`
|
||||||
$order ",
|
$order ",
|
||||||
$uid
|
$uid
|
||||||
|
|
Loading…
Reference in a new issue