Add account_id for future use

This commit is contained in:
Miles Lott 2001-03-29 04:20:12 +00:00
parent c7b682d525
commit 0b15657e4c

View File

@ -204,7 +204,7 @@
return $this->db->f(0) > 0;
}
function create($account_type, $account_lid, $account_pwd, $account_firstname, $account_lastname, $account_status,$account_home='',$account_shell='')
function create($account_type, $account_lid, $account_pwd, $account_firstname, $account_lastname, $account_status, $account_id='', $account_home='',$account_shell='')
{
// $account_home and $account_shell not used here
$this->db->query("insert into phpgw_accounts (account_lid, account_type, account_pwd, "