diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-07 16:24:18 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-07 16:24:18 +0000 |
commit | b5baeb0969c42055f514903fd19e0648e4b77db7 (patch) | |
tree | 04752f30438494baf0b8384daed7d29b86a1b0d3 /engine | |
parent | 63712f3acd80878784d4fc1da18d57c18fa88342 (diff) | |
download | elgg-b5baeb0969c42055f514903fd19e0648e4b77db7.tar.gz elgg-b5baeb0969c42055f514903fd19e0648e4b77db7.tar.bz2 |
Closes #107, this has been superceded by groups functionality (#106).
git-svn-id: https://code.elgg.org/elgg/trunk@1317 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/objects.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php index f14becf40..2067fe5c2 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -219,7 +219,7 @@ * @param int $offset Any indexing offset
* @return unknown
*/
- public function getCollections($subtype="", $limit = 10, $offset = 0) { get_object_collections($this->getGUID(), $subtype, $limit, $offset); }
+ //public function getCollections($subtype="", $limit = 10, $offset = 0) { get_object_collections($this->getGUID(), $subtype, $limit, $offset); }
}
|