Linked Addresses with Addressbook.view and not longer with AddressView from InfoLog

This commit is contained in:
Ralf Becker 2001-09-26 16:08:08 +00:00
parent fc6aeb0368
commit d005b1048b

View File

@ -159,10 +159,12 @@
{
if ($proj) $subject .= '<br>';
$addr = $this->bo->addr2name( $addr );
$subject .= $this->html->bold($this->html->a_href($addr,
'/index.php',$this->menuaction() +
array( 'filter' => $filter,'action' => 'addr',
'addr_id' => $addr_id )));
$subject .= $this->html->bold($this->html->a_href($addr,'/index.php',
array( 'menuaction' => 'addressbook.uiaddressbook.view',
'ab_id' => $addr_id)
/* $this->menuaction() + array( 'filter' => $filter,'action' => 'addr',
'addr_id' => $addr_id )*/
));
}
if (($from = $info['info_from']) && (!$addr || !strstr($addr,$from)))
{