mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Change back the setting of account_id also
This commit is contained in:
parent
4157660b0e
commit
f63a01ce6b
@ -35,10 +35,9 @@
|
|||||||
{
|
{
|
||||||
global $phpgw, $phpgw_info;
|
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;
|
$this->account_id = $account_id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user