diff options
author | friendica <info@friendica.com> | 2011-11-24 18:46:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-24 18:46:07 -0800 |
commit | a1c277ed1a7a604a3b0e9ab21695a45e29c1b249 (patch) | |
tree | 83d60aa5e15e147a85d23805bfb8ad7f3a86088c /mod/profile.php | |
parent | 4b95e8ebe8719827566b484810dfe140f7b51726 (diff) | |
download | volse-hubzilla-a1c277ed1a7a604a3b0e9ab21695a45e29c1b249.tar.gz volse-hubzilla-a1c277ed1a7a604a3b0e9ab21695a45e29c1b249.tar.bz2 volse-hubzilla-a1c277ed1a7a604a3b0e9ab21695a45e29c1b249.zip |
remove old liveupdate marker
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/profile.php b/mod/profile.php index f35ef3653..e7cac7959 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -121,8 +121,6 @@ function profile_content(&$a, $update = 0) { return $o; } - - if(x($_SESSION,'new_member') && $_SESSION['new_member'] && $is_owner) $o .= '<a href="newmember">' . t('Tips for New Members') . '</a>' . EOL; |