mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
link_id2from renamed to link_id2title
This commit is contained in:
parent
32f1ed2b83
commit
6406bfcd0d
@ -95,7 +95,7 @@
|
||||
}
|
||||
$info['info_des'] = nl2br($info['info_des']);
|
||||
$info['info_anz_subs'] = $this->bo->anzSubs($id);
|
||||
$this->bo->link_id2from($info,$action,$action_id); // unset from for $action:$action_id
|
||||
$this->bo->link_id2title($info,$action,$action_id); // unset from for $action:$action_id
|
||||
|
||||
$readonlys["edit[$id]"] = !$this->bo->check_access($id,PHPGW_ACL_EDIT);
|
||||
$readonlys["delete[$id]"] = !$this->bo->check_access($id,PHPGW_ACL_DELETE);
|
||||
|
Loading…
Reference in New Issue
Block a user