small fix for constructor

This commit is contained in:
skeeter 2001-02-10 03:56:28 +00:00
parent a403215f2f
commit b2427590f9

View File

@ -34,7 +34,7 @@
{
global $phpgw, $phpgw_info;
$this->db = $phpgw->db;
if ($account_id == False){ $this->account_id = $account_id; }
if ($account_id != False){ $this->account_id = $account_id; }
}
function read()