Fix setting of account type to 'u' for users

This commit is contained in:
Miles Lott 2001-08-02 09:37:49 +00:00
parent b85362ba1b
commit a55296403b

View File

@ -283,7 +283,7 @@
}
if(!@isset($entry[0]['phpgwaccounttype']))
{
$add['phpgwaccounttype'][] = 'g';
$add['phpgwaccounttype'][] = 'u';
}
if(!@isset($entry[0]['phpgwaccountexpires']))
{