diff options
author | friendica <info@friendica.com> | 2012-07-29 18:29:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-29 18:29:27 -0700 |
commit | 4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1 (patch) | |
tree | 217a692747878df4b68a6db0cb163eca9024a2b4 /mod/profile.php | |
parent | eae7522bc99cc3af0074c189560a66181d2b70a0 (diff) | |
download | volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.tar.gz volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.tar.bz2 volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.zip |
birthdays and events are now notifications
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')) { |