fix for bug [ 995944 ] Pass by reference in class.uicurrentsessions.inc.php

This commit is contained in:
Ralf Becker 2004-07-22 14:35:38 +00:00
parent 42142322b4
commit faa4caa918

View File

@ -115,7 +115,7 @@
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']);