network.php: add a descriptive comment

This commit is contained in:
rabuzarus 2015-10-30 12:47:48 +01:00
parent 56c9f23e99
commit fc37f49f23
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ function network_content(&$a, $update = 0) {
$content = "";
if ($cid) {
// If $cid belongs to a communitity forum or a privat goup,.add a mention to the status editor
$contact = q("SELECT `nick` FROM `contact` WHERE `id` = %d AND `uid` = %d AND (`forum` OR `prv`) ",
intval($cid),
intval(local_user())