birthdays and events are now notifications

This commit is contained in:
friendica
2012-07-29 18:29:27 -07:00
parent eae7522bc9
commit 4824e5b8b8
6 changed files with 9 additions and 9 deletions

View File

@@ -289,10 +289,6 @@ function profile_content(&$a, $update = 0) {
$items = array();
}
if($is_owner && ! $update) {
$o .= get_birthdays();
$o .= get_events();
}
if((! $update) && ($tab === 'posts')) {