mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Addressbook - implement owner link registry so we can count how many contacts a user has
This commit is contained in:
parent
a45c63d5ec
commit
0f5aaa3ed9
@ -390,6 +390,10 @@ class addressbook_hooks
|
||||
'key' => 'contact_id',
|
||||
'column' => 'egw_addressbook.contact_modified',
|
||||
'type' => 'int'
|
||||
),
|
||||
'owner' => array(
|
||||
'key' => 'egw_addressbook.contact_id',
|
||||
'column' => 'egw_addressbook.contact_owner'
|
||||
)
|
||||
);
|
||||
return $links;
|
||||
|
Loading…
Reference in New Issue
Block a user