mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fix for bug [ 995944 ] Pass by reference in class.uicurrentsessions.inc.php
This commit is contained in:
parent
42142322b4
commit
faa4caa918
@ -115,7 +115,7 @@
|
|||||||
|
|
||||||
while (list(,$value) = @each($values))
|
while (list(,$value) = @each($values))
|
||||||
{
|
{
|
||||||
$this->nextmatchs->template_alternate_row_color(&$this->template);
|
$this->nextmatchs->template_alternate_row_color($this->template);
|
||||||
|
|
||||||
$this->template->set_var('row_loginid',$value['session_lid']);
|
$this->template->set_var('row_loginid',$value['session_lid']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user