fix for Call-time pass-by-reference

----------------------------------------------------------------------
This commit is contained in:
Lars Kneschke 2004-03-16 06:54:22 +00:00
parent dd8fc15bb6
commit c7b6cf2a49

View File

@ -158,7 +158,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_date',$GLOBALS['phpgw']->common->show_date($value['datetime']));
$this->template->set_var('row_owner',$value['owner']);