forked from extern/egroupware
Disable group as member of group for now
This commit is contained in:
parent
266d3062fe
commit
494cd73b12
@ -145,7 +145,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$phpgw->db->query("SELECT account_id,account_firstname,account_lastname,account_lid FROM phpgw_accounts WHERE "
|
$phpgw->db->query("SELECT account_id,account_firstname,account_lastname,account_lid FROM phpgw_accounts WHERE "
|
||||||
. "account_status != 'L' ORDER BY account_lastname,account_firstname,account_lid asc");
|
. "account_status != 'L' and account_type='u' ORDER BY account_lastname,account_firstname,account_lid asc");
|
||||||
while ($phpgw->db->next_record()) {
|
while ($phpgw->db->next_record()) {
|
||||||
$user_list .= '<option value="' . $phpgw->db->f('account_id') . '"'
|
$user_list .= '<option value="' . $phpgw->db->f('account_id') . '"'
|
||||||
. $selected_users[$phpgw->db->f('account_id')] . '>'
|
. $selected_users[$phpgw->db->f('account_id')] . '>'
|
||||||
|
Loading…
Reference in New Issue
Block a user