mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
Fix $variable containing group_id
This commit is contained in:
parent
6432271e6c
commit
cb0edadf20
@ -61,7 +61,7 @@
|
|||||||
{
|
{
|
||||||
while (list($null,$account) = each($account_info))
|
while (list($null,$account) = each($account_info))
|
||||||
{
|
{
|
||||||
$account_id = $account['account_id'];
|
$group_id = $account['account_id'];
|
||||||
$group_name = $account['account_lid'];
|
$group_name = $account['account_lid'];
|
||||||
|
|
||||||
$tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color);
|
$tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color);
|
||||||
|
Loading…
Reference in New Issue
Block a user