Fix $variable containing group_id

This commit is contained in:
Miles Lott 2001-03-27 02:25:50 +00:00
parent 6432271e6c
commit cb0edadf20

View File

@ -61,7 +61,7 @@
{
while (list($null,$account) = each($account_info))
{
$account_id = $account['account_id'];
$group_id = $account['account_id'];
$group_name = $account['account_lid'];
$tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color);