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,7 +58,10 @@
{
global $phpgw, $phpgw_info;
$this->db = $phpgw->db;
$this->account_id = get_account_id($account_id,$phpgw_info['user']['account_id']);
if($account_id != '')
{
$this->account_id = get_account_id($account_id,$phpgw_info['user']['account_id']);
}
}
/**************************************************************************\