From c7b6cf2a492e4a01e06b9ff65c967ff932cee910 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Tue, 16 Mar 2004 06:54:22 +0000 Subject: [PATCH] fix for Call-time pass-by-reference ---------------------------------------------------------------------- --- phpgwapi/inc/class.historylog.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.historylog.inc.php b/phpgwapi/inc/class.historylog.inc.php index 0a76b5827d..875b75b336 100644 --- a/phpgwapi/inc/class.historylog.inc.php +++ b/phpgwapi/inc/class.historylog.inc.php @@ -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']);