Some standards
This commit is contained in:
@@ -55,7 +55,7 @@ function authenticate_success($user_record, $login_initial = false, $interactive
|
||||
$a->user = $user_record;
|
||||
|
||||
if($interactive) {
|
||||
if($a->user['login_date'] <= NULL_DATE) {
|
||||
if ($a->user['login_date'] <= NULL_DATE) {
|
||||
$_SESSION['return_url'] = 'profile_photo/new';
|
||||
$a->module = 'profile_photo';
|
||||
info( t("Welcome ") . $a->user['username'] . EOL);
|
||||
|
||||
Reference in New Issue
Block a user