Add empty account_id to create() call

This commit is contained in:
Miles Lott 2001-03-29 04:21:27 +00:00
parent 0b15657e4c
commit cc1e174762

View File

@ -83,7 +83,7 @@
'phpgw_acl',
'phpgw_applications'
));
$phpgw->accounts->create('u', $account_lid, $account_passwd, $account_firstname, $account_lastname, $account_status,$homedirectory,$loginshell);
$phpgw->accounts->create('u', $account_lid, $account_passwd, $account_firstname, $account_lastname, $account_status, '', $homedirectory,$loginshell);
$account_id = $phpgw->accounts->name2id($account_lid);