forked from extern/egroupware
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))
|
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_date',$GLOBALS['phpgw']->common->show_date($value['datetime']));
|
||||||
$this->template->set_var('row_owner',$value['owner']);
|
$this->template->set_var('row_owner',$value['owner']);
|
||||||
|
Loading…
Reference in New Issue
Block a user