Changed it for an initial instantiation

This commit is contained in:
skeeter 2001-03-21 05:09:14 +00:00
parent c40f06de24
commit 730d467703

View File

@ -58,8 +58,11 @@
{ {
global $phpgw, $phpgw_info; global $phpgw, $phpgw_info;
$this->db = $phpgw->db; $this->db = $phpgw->db;
if($account_id != '')
{
$this->account_id = get_account_id($account_id,$phpgw_info['user']['account_id']); $this->account_id = get_account_id($account_id,$phpgw_info['user']['account_id']);
} }
}
/**************************************************************************\ /**************************************************************************\
* These are the standard $this->account_id specific functions * * These are the standard $this->account_id specific functions *