From 0b15657e4c12300a69072bcd298877333b454c16 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 29 Mar 2001 04:20:12 +0000 Subject: [PATCH] Add account_id for future use --- phpgwapi/inc/class.accounts_sql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts_sql.inc.php b/phpgwapi/inc/class.accounts_sql.inc.php index 9a6d200598..c7e71475a0 100644 --- a/phpgwapi/inc/class.accounts_sql.inc.php +++ b/phpgwapi/inc/class.accounts_sql.inc.php @@ -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, "