mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix setting of account type to 'u' for users
This commit is contained in:
parent
b85362ba1b
commit
a55296403b
@ -283,7 +283,7 @@
|
||||
}
|
||||
if(!@isset($entry[0]['phpgwaccounttype']))
|
||||
{
|
||||
$add['phpgwaccounttype'][] = 'g';
|
||||
$add['phpgwaccounttype'][] = 'u';
|
||||
}
|
||||
if(!@isset($entry[0]['phpgwaccountexpires']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user