mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
link_id2title --> link_id2from
This commit is contained in:
parent
02033b80c8
commit
24ccade46f
@ -95,7 +95,7 @@
|
||||
}
|
||||
$info['info_des'] = nl2br($info['info_des']);
|
||||
$info['info_anz_subs'] = $this->bo->anzSubs($id);
|
||||
$this->bo->link_id2title($info,$action,$action_id); // unset from for $action:$action_id
|
||||
$this->bo->link_id2from($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