Fix a typo

This commit is contained in:
Miles Lott 2002-01-03 19:10:32 +00:00
parent 7e4ec5264e
commit 530b0ee678

View File

@ -290,7 +290,7 @@
. "','" . $account_info['account_expires'] . "')",__LINE__,__FILE__);
$accountid = $this->db->get_last_insert_id('phpgw_accounts','account_id');
if($account_id)
if($accountid)
{
$GLOBALS['phpgw']->preferences->create_defaults($accountid);
return $accountid;