aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
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;