You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have imported this field according this
$target['user_lastvisit'] = $source['user_lastvisit'];
and it is not displayed correctly (but it is correct in database)
@Moc
I asked for confirmation that the code is correct. Where is the value from field "user_lastvisit" used?
Now either LAN_USER_33 is returned or field user_currentvisit.
Bug Description
I have imported this field according this
$target['user_lastvisit'] = $source['user_lastvisit'];
and it is not displayed correctly (but it is correct in database)
I think that this:
Should be at least:
Not sure when user_currentvisit is filled. I suppose it is mean that the user is online? if yes, then a message "online" would be better.
The problem with the solution above is that if that field is not filled it shows the time 1.1.1970 (in according format)
I would suppose that convert_date() or computeLapse() returns nothing if there is no date sent.
value of $this->var['user_lastvisit'] is
string(1) "0"
Thanks
The text was updated successfully, but these errors were encountered: