From 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 13 Jan 2011 20:28:33 -0800 Subject: birthday notifications working --- mod/profile.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/profile.php') diff --git a/mod/profile.php b/mod/profile.php index e8eee810b..9b8388177 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -228,6 +228,10 @@ function profile_content(&$a, $update = 0) { ); + + if($is_owner && ! $update) + $o .= get_birthdays(); + $cmnt_tpl = load_view_file('view/comment_item.tpl'); $like_tpl = load_view_file('view/like.tpl'); -- cgit v1.2.3