forked from extern/egroupware
fix to avoid showing categories twice when viewing an addressbook item
This commit is contained in:
parent
6ad517f19a
commit
fa49a29017
@ -1157,6 +1157,7 @@
|
||||
$referer ? $referer : $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.index')));
|
||||
$GLOBALS['phpgw']->template->set_var('access_link',$access_link);
|
||||
|
||||
$GLOBALS['phpgw']->template->set_var('view_row',''); // cleanup to avoid showing categories twice
|
||||
$GLOBALS['phpgw']->template->pfp('phpgw_body','view_t');
|
||||
|
||||
$GLOBALS['phpgw']->hooks->process(array(
|
||||
|
Loading…
Reference in New Issue
Block a user