mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
fix for call to alternate_color, improper use of reference passing
This commit is contained in:
parent
46ec22fa97
commit
ea0b53e22d
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user