mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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']))
|
if(!@isset($entry[0]['phpgwaccounttype']))
|
||||||
{
|
{
|
||||||
$add['phpgwaccounttype'][] = 'g';
|
$add['phpgwaccounttype'][] = 'u';
|
||||||
}
|
}
|
||||||
if(!@isset($entry[0]['phpgwaccountexpires']))
|
if(!@isset($entry[0]['phpgwaccountexpires']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user