diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 12:12:49 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 12:12:49 +0000 |
commit | 72ec953d5d05265868d59766146a2c12f03aea9e (patch) | |
tree | 430833f7f35010b95ea930d02cdd0edc2945b315 /engine/lib | |
parent | 4028f90e0515d1a4b86ebc07d48e64f107a5a5d2 (diff) | |
download | elgg-72ec953d5d05265868d59766146a2c12f03aea9e.tar.gz elgg-72ec953d5d05265868d59766146a2c12f03aea9e.tar.bz2 |
Further documentation fixes.
git-svn-id: https://code.elgg.org/elgg/trunk@884 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/relationships.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index e60e19fdf..ebcd1ef88 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -311,10 +311,6 @@ * * This function lets you make the statement "$guid_one has $relationship with $guid_two". * - * TODO: Access controls? Are they necessary - I don't think so since we are defining - * relationships between and anyone can do that. The objects should patch some access - * controls over the top tho. - * * @param int $guid_one * @param string $relationship * @param int $guid_two |