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:
Ralf Becker 2005-02-15 08:28:16 +00:00
parent 682e38cb1d
commit 34caa21bd3

View File

@ -901,7 +901,7 @@
$p->set_block('edit','select');
$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))
{