aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications
diff options
context:
space:
mode:
authorMatt Beckett <beck24@gmail.com>2012-06-27 13:06:00 -0600
committerMatt Beckett <beck24@gmail.com>2012-06-27 13:06:00 -0600
commitcc8127e2191011698a7c0cf13882fedcd88678cc (patch)
tree459a9d263af0e48fc33e19519f1137b99807058e /mod/notifications
parentdbf78a975d2979ebeb50bd914b4ebc2c076ae09b (diff)
downloadelgg-cc8127e2191011698a7c0cf13882fedcd88678cc.tar.gz
elgg-cc8127e2191011698a7c0cf13882fedcd88678cc.tar.bz2
Uncommented friend collections notification code
Diffstat (limited to 'mod/notifications')
-rw-r--r--mod/notifications/views/default/notifications/subscriptions/collections.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/mod/notifications/views/default/notifications/subscriptions/collections.php b/mod/notifications/views/default/notifications/subscriptions/collections.php
index b8787570d..e9497590d 100644
--- a/mod/notifications/views/default/notifications/subscriptions/collections.php
+++ b/mod/notifications/views/default/notifications/subscriptions/collections.php
@@ -99,10 +99,7 @@ END;
<td>&nbsp;</td>
</tr>
<?php
-/*
- @todo
- collections removed from notifications - they are no longer used and will be replaced with shared access collections
-
+
if ($collections = get_user_access_collections(elgg_get_logged_in_user_guid())) {
foreach($collections as $collection) {
$members = get_members_of_access_collection($collection->id, true);
@@ -156,7 +153,6 @@ END;
}
}
-*/
?>
</table>
</div>