aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/river.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-11 09:41:43 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-11 09:41:43 +0000
commit12e25d5275c7eadb7d496e2944f62dcc1aabf18d (patch)
tree996c9606a7bade986078b9ea6a3c28501018fe36 /engine/lib/river.php
parente9e68300d568c39deb2eb4b1733fa01794a51d7a (diff)
downloadelgg-12e25d5275c7eadb7d496e2944f62dcc1aabf18d.tar.gz
elgg-12e25d5275c7eadb7d496e2944f62dcc1aabf18d.tar.bz2
Relocation of activity database queries to the core.
git-svn-id: https://code.elgg.org/elgg/trunk@2714 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/river.php')
-rw-r--r--engine/lib/river.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/river.php b/engine/lib/river.php
index 9420b5319..1447cf484 100644
--- a/engine/lib/river.php
+++ b/engine/lib/river.php
@@ -312,7 +312,6 @@
* It returns an array of the result of each of these views.
*
* \TODO: Limit to just one user or just one user's friends
- * \TODO: Make this more efficient / reduce DB queries.
*
* @param int $by_user The user who initiated the event.
* @param string $relationship Limit return results to only those users who $by_user has $relationship with.