mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Moved option closing tag
This commit is contained in:
parent
e1db069131
commit
21670c3780
@ -57,9 +57,9 @@
|
|||||||
$groups_select .= " selected";
|
$groups_select .= " selected";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
$groups_select .= ">" . $accounts[$i]["account_lid"] . "</option>\n";
|
$groups_select .= ">" . $accounts[$i]["account_lid"] . "</option>\n";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
$groups_select .= "</select>";
|
$groups_select .= "</select>";
|
||||||
$t->set_var("groups_select",$groups_select);
|
$t->set_var("groups_select",$groups_select);
|
||||||
// end groups list
|
// end groups list
|
||||||
|
Loading…
Reference in New Issue
Block a user