From d005b1048b4aabc1765675148dbcba929e38ac63 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 26 Sep 2001 16:08:08 +0000 Subject: [PATCH] Linked Addresses with Addressbook.view and not longer with AddressView from InfoLog --- infolog/inc/class.uiinfolog.inc.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/infolog/inc/class.uiinfolog.inc.php b/infolog/inc/class.uiinfolog.inc.php index 79a84a15c7..22152b09a4 100644 --- a/infolog/inc/class.uiinfolog.inc.php +++ b/infolog/inc/class.uiinfolog.inc.php @@ -159,10 +159,12 @@ { if ($proj) $subject .= '
'; $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))) {