mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"orga-views use now ManualAddressbookIndexOrga, for the context sensitiv manual"
This commit is contained in:
parent
673ab75e7f
commit
0820742057
@ -711,6 +711,8 @@ class uicontacts extends bocontacts
|
|||||||
$query['order'] = 'org_name';
|
$query['order'] = 'org_name';
|
||||||
}
|
}
|
||||||
$rows = parent::organisations($query);
|
$rows = parent::organisations($query);
|
||||||
|
|
||||||
|
$GLOBALS['egw_info']['flags']['params']['manual'] = array('page' => 'ManualAddressbookIndexOrga');
|
||||||
}
|
}
|
||||||
else // contacts view
|
else // contacts view
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user