fix for call to alternate_color, improper use of reference passing

This commit is contained in:
skeeter 2001-04-18 16:52:56 +00:00
parent 46ec22fa97
commit ea0b53e22d

View File

@ -71,7 +71,7 @@
$account_id = $account['account_id']; $account_id = $account['account_id'];
$loginid = $account['account_lid']; $loginid = $account['account_lid'];
$phpgw->nextmatchs->template_alternate_row_color(&$p); $phpgw->nextmatchs->template_alternate_row_color($p);
if (! $lastname) if (! $lastname)
{ {