From 4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 29 Jul 2012 18:29:27 -0700 Subject: birthdays and events are now notifications --- mod/profile.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mod/profile.php') diff --git a/mod/profile.php b/mod/profile.php index 78507820f..1b5bfa40c 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -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')) { -- cgit v1.2.3