This commit is contained in:
Friendika
2011-10-24 22:07:42 -07:00
parent 318f179408
commit 4ea6f86b20
3 changed files with 57 additions and 2 deletions

View File

@@ -328,8 +328,10 @@ function network_content(&$a, $update = 0) {
}
}
if((! $group) && (! $cid) && (! $update))
if((! $group) && (! $cid) && (! $update)) {
$o .= get_birthdays();
$o .= get_events();
}
$sql_extra2 = (($nouveau) ? '' : " AND `item`.`parent` = `item`.`id` ");