mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
cosmetic fixes
This commit is contained in:
parent
210ae70a45
commit
9c554ba6d9
@ -179,8 +179,8 @@
|
||||
$db->query("select group_name from groups where group_id=".$group[0],__LINE__,__FILE__);
|
||||
$db->next_record();
|
||||
$group_names[$i][0] = $group[0];
|
||||
$group_names[$i][1] = $db->f("group_name");
|
||||
$group_names[$i++][2] = $group[1];
|
||||
$group_names[$i][1] = $db->f("group_name");
|
||||
$group_names[$i++][2] = $group[1];
|
||||
}
|
||||
if (! $lid)
|
||||
$this->group_names = $group_names;
|
||||
|
Loading…
Reference in New Issue
Block a user