diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-14 07:15:57 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-14 07:15:57 +0100 |
commit | 30551b24ec833ef58e98071e56cb3bb94f302dd3 (patch) | |
tree | 3d33a24a2be14e043b08ae7cbb8c21de8ddf16da /mod/profile.php | |
parent | c472799b8dd607946c0bf787240ba4df7fd28e93 (diff) | |
parent | 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (diff) | |
download | volse-hubzilla-30551b24ec833ef58e98071e56cb3bb94f302dd3.tar.gz volse-hubzilla-30551b24ec833ef58e98071e56cb3bb94f302dd3.tar.bz2 volse-hubzilla-30551b24ec833ef58e98071e56cb3bb94f302dd3.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |