diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-30 14:01:51 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-30 14:01:51 +0000 |
commit | 448aa6dfa286f46cacd83df1bc239db06c326c79 (patch) | |
tree | 0f495f3797adf2f27295c2bbf70c8df950f0e519 | |
parent | f6fd505b1ee1081de7b9342370361a0e3f310589 (diff) | |
download | elgg-448aa6dfa286f46cacd83df1bc239db06c326c79.tar.gz elgg-448aa6dfa286f46cacd83df1bc239db06c326c79.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* 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
-rw-r--r-- | engine/lib/notification.php | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ -69,20 +69,6 @@ } /** - * 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 */ |