mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
Fixed total time for previous login being shown on entrys where the user didn't logout
This commit is contained in:
parent
1dc787e40d
commit
3415933051
@ -79,12 +79,12 @@
|
||||
{
|
||||
$this->nextmatchs->template_alternate_row_color($this->template);
|
||||
|
||||
$var = Array(
|
||||
'row_loginid' => $record['loginid'],
|
||||
'row_ip' => $record['ip'],
|
||||
'row_li' => $record['li'],
|
||||
'row_lo' => $record['lo'],
|
||||
'row_total' => $record['total']
|
||||
$var = array(
|
||||
'row_loginid' => $record['loginid'],
|
||||
'row_ip' => $record['ip'],
|
||||
'row_li' => $record['li'],
|
||||
'row_lo' => $record['lo'],
|
||||
'row_total' => ($record['lo']?$record['total']:' ')
|
||||
);
|
||||
$this->template->set_var($var);
|
||||
$this->template->fp('rows_access','row',True);
|
||||
|
Loading…
Reference in New Issue
Block a user