From 448aa6dfa286f46cacd83df1bc239db06c326c79 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 30 Apr 2008 14:01:51 +0000 Subject: Marcus Povey * Removed get_notifications... you should provide a list of guid's yourself git-svn-id: https://code.elgg.org/elgg/trunk@581 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/notification.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'engine/lib/notification.php') diff --git a/engine/lib/notification.php b/engine/lib/notification.php index 0b49e9108..8fcd9e9a3 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -68,20 +68,6 @@ return true; } - /** - * Trigger the event "request_notify_list" with a given array of context values. - * - * Listening functions should examine the array and determine whether - for a given context - users need to be - */ - function get_notify_list(array $context) - { - $list = array(); - - // Trigger an event to retrieve a list of guids to notify for a given context. - return trigger_plugin_hook("request_notify_list", "all", $context, $list); - } - - /** * Notification exception. * @author Marcus Povey -- cgit v1.2.3