mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
new applications class - not used
This commit is contained in:
parent
5f85de1ccc
commit
fb4c04b950
@ -63,8 +63,8 @@
|
||||
}
|
||||
if($owner_found) {
|
||||
$this->set_var("account_id",$lid);
|
||||
$this->read_user_apps($this->set_var("account_id"));
|
||||
$this->read_group_apps($this->set_var("account_id"));
|
||||
$this->read_user_apps($this->get_var("account_id"));
|
||||
$this->read_group_apps($this->get_var("account_id"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user