1
0
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:
Thomas Tanghus 2013-03-20 11:26:39 +01:00
parent 671eecd2ce
commit 2f24dbbc8a

View File

@ -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) {