From ea0b53e22d4c90fdae979b93d4196b2b1a67f565 Mon Sep 17 00:00:00 2001 From: skeeter Date: Wed, 18 Apr 2001 16:52:56 +0000 Subject: [PATCH] fix for call to alternate_color, improper use of reference passing --- admin/accounts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/accounts.php b/admin/accounts.php index 2b5bf95fc3..6e2bb31241 100755 --- a/admin/accounts.php +++ b/admin/accounts.php @@ -71,7 +71,7 @@ $account_id = $account['account_id']; $loginid = $account['account_lid']; - $phpgw->nextmatchs->template_alternate_row_color(&$p); + $phpgw->nextmatchs->template_alternate_row_color($p); if (! $lastname) {