mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
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