link_id2from renamed to link_id2title

This commit is contained in:
Ralf Becker 2003-03-28 18:12:13 +00:00
parent 32f1ed2b83
commit 6406bfcd0d

View File

@ -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);