new_member not new_user
This commit is contained in:
parent
00c548cc8f
commit
32bebdfa7e
|
@ -126,7 +126,7 @@ function profile_content(&$a, $update = 0) {
|
|||
return $o;
|
||||
}
|
||||
|
||||
if(x($_SESSION,'new_user') && $_SESSION['new_user'])
|
||||
if(x($_SESSION,'new_member') && $_SESSION['new_member'])
|
||||
$o .= '<a href="newmember">' . t('Tips for New Members') . '</a>' . EOL;
|
||||
|
||||
$commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false);
|
||||
|
|
Loading…
Reference in a new issue