diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-18 15:33:03 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-18 15:33:03 +0000 |
commit | 9dd0861957474539c1d70952db8642b068cd52a0 (patch) | |
tree | 4903099a3b9578856c6aff17568fcd5fc4f5225c /engine/lib/relationships.php | |
parent | aebf4e294c9ecf3f0c2d039da70b2c1488e8af27 (diff) | |
download | elgg-9dd0861957474539c1d70952db8642b068cd52a0.tar.gz elgg-9dd0861957474539c1d70952db8642b068cd52a0.tar.bz2 |
Clarified the documentation for add_entity_relationship().
git-svn-id: http://code.elgg.org/elgg/trunk@3771 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/relationships.php')
-rw-r--r-- | engine/lib/relationships.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index 865365f9d..bdd5aadde 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -342,7 +342,7 @@ function delete_relationship($id) { * Define an arbitrary relationship between two entities. * This relationship could be a friendship, a group membership or a site membership. * - * This function lets you make the statement "$guid_one has $relationship with $guid_two". + * This function lets you make the statement "$guid_one is a $relationship of $guid_two". * * @param int $guid_one * @param string $relationship |