forked from extern/egroupware
Fix setting of account type to 'u' for users
This commit is contained in:
@ -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']))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user