mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Linked Addresses with Addressbook.view and not longer with AddressView from InfoLog
This commit is contained in:
parent
fc6aeb0368
commit
d005b1048b
@ -159,10 +159,12 @@
|
|||||||
{
|
{
|
||||||
if ($proj) $subject .= '<br>';
|
if ($proj) $subject .= '<br>';
|
||||||
$addr = $this->bo->addr2name( $addr );
|
$addr = $this->bo->addr2name( $addr );
|
||||||
$subject .= $this->html->bold($this->html->a_href($addr,
|
$subject .= $this->html->bold($this->html->a_href($addr,'/index.php',
|
||||||
'/index.php',$this->menuaction() +
|
array( 'menuaction' => 'addressbook.uiaddressbook.view',
|
||||||
array( 'filter' => $filter,'action' => 'addr',
|
'ab_id' => $addr_id)
|
||||||
'addr_id' => $addr_id )));
|
/* $this->menuaction() + array( 'filter' => $filter,'action' => 'addr',
|
||||||
|
'addr_id' => $addr_id )*/
|
||||||
|
));
|
||||||
}
|
}
|
||||||
if (($from = $info['info_from']) && (!$addr || !strstr($addr,$from)))
|
if (($from = $info['info_from']) && (!$addr || !strstr($addr,$from)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user