mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
merged fix from Andy only commited to HEAD:
fix group edit bug detected by Maanus, so after editing groups in combination with LDAP, the remain with account type "g" and not getting "u".
This commit is contained in:
parent
682e38cb1d
commit
34caa21bd3
@ -901,7 +901,7 @@
|
|||||||
$p->set_block('edit','select');
|
$p->set_block('edit','select');
|
||||||
$p->set_block('edit','popwin');
|
$p->set_block('edit','popwin');
|
||||||
|
|
||||||
$accounts = CreateObject('phpgwapi.accounts',$group_info['account_id'],'u');
|
$accounts = CreateObject('phpgwapi.accounts',$group_info['account_id'],'g');
|
||||||
|
|
||||||
if (!is_object($GLOBALS['phpgw']->uiaccountsel))
|
if (!is_object($GLOBALS['phpgw']->uiaccountsel))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user