session->flashdata('notice')) { ?>

result() as $row) { ?> '; ?>
user_id; ?>">user_name; ?> user_callsign; ?> user_email; ?> config->item('auth_level'); echo $l[$row->user_type]; ?> last_seen != null) { // if the user never logged in before the value is null. We can show "never" then. $lastSeenTimestamp = strtotime($row->last_seen); $currentTimestamp = time(); if (($currentTimestamp - $lastSeenTimestamp) < 120) { echo " " . $row->last_seen . ""; } else { echo " " . $row->last_seen . ""; } } else { echo lang('general_word_never'); }?> : stationcount; ?>
: logbookcount; ?> qsocount > 0) { ?> qsocount; ?> qsocount; ?>
user_id; ?>" class="btn btn-outline-primary btn-sm"> user_id) { echo ''; } ?> user_id) { echo "user_id . " class=\"btn btn-danger btn-sm\">"; } ?>