diff options
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 4 |
1 files changed, 0 insertions, 4 deletions
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')) { |