mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: Temporarily disable birthday event hook
This commit is contained in:
parent
671eecd2ce
commit
2f24dbbc8a
@ -89,6 +89,7 @@ class Hooks{
|
||||
}
|
||||
|
||||
public static function getCalenderSources($parameters) {
|
||||
/*
|
||||
$base_url = \OCP\Util::linkTo('calendar', 'ajax/events.php').'?calendar_id=';
|
||||
foreach(Addressbook::all(\OCP\USER::getUser()) as $addressbook) {
|
||||
$parameters['sources'][]
|
||||
@ -101,6 +102,7 @@ class Hooks{
|
||||
'editable' => false,
|
||||
);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
public static function getBirthdayEvents($parameters) {
|
||||
|
Loading…
Reference in New Issue
Block a user