mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Wasn't showing the selected values
This commit is contained in:
parent
707a01c361
commit
279c9181ab
@ -98,7 +98,7 @@
|
||||
|
||||
$t->set_var("group_name_value",$phpgw->db->f("group_name"));
|
||||
|
||||
$phpgw->db->query("select con from accounts where groups like '%,$group_id,%'");
|
||||
$phpgw->db->query("select con from accounts where groups like '%,$group_id:%'");
|
||||
|
||||
while ($phpgw->db->next_record()) {
|
||||
$selected_users[$phpgw->db->f("con")] = " selected";
|
||||
|
Loading…
Reference in New Issue
Block a user