mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
fix for Call-time pass-by-reference
----------------------------------------------------------------------
This commit is contained in:
parent
dd8fc15bb6
commit
c7b6cf2a49
@ -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']);
|
||||
|
Loading…
Reference in New Issue
Block a user