Change back the setting of account_id also

This commit is contained in:
Miles Lott 2001-03-10 00:17:32 +00:00
parent 4157660b0e
commit f63a01ce6b

View File

@ -37,8 +37,7 @@
$this->db = $phpgw->db;
if (! isset($account_id))
{
if ($account_id != False) {
$this->account_id = $account_id;
}
}