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

@ -35,10 +35,9 @@
{
global $phpgw, $phpgw_info;
$this->db = $phpgw->db;
$this->db = $phpgw->db;
if (! isset($account_id))
{
if ($account_id != False) {
$this->account_id = $account_id;
}
}
@ -124,4 +123,4 @@
return $this->members;
}
}
?>
?>