mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:40:23 +01:00
Fix a typo
This commit is contained in:
parent
7e4ec5264e
commit
530b0ee678
@ -290,7 +290,7 @@
|
|||||||
. "','" . $account_info['account_expires'] . "')",__LINE__,__FILE__);
|
. "','" . $account_info['account_expires'] . "')",__LINE__,__FILE__);
|
||||||
|
|
||||||
$accountid = $this->db->get_last_insert_id('phpgw_accounts','account_id');
|
$accountid = $this->db->get_last_insert_id('phpgw_accounts','account_id');
|
||||||
if($account_id)
|
if($accountid)
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->preferences->create_defaults($accountid);
|
$GLOBALS['phpgw']->preferences->create_defaults($accountid);
|
||||||
return $accountid;
|
return $accountid;
|
||||||
|
Loading…
Reference in New Issue
Block a user