Some standards

This commit is contained in:
Michael 2017-03-18 12:13:43 +00:00
parent 222550e784
commit 1a436264cd
5 changed files with 5 additions and 5 deletions

View file

@ -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);