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>'; 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)))
{ {