From 9dd0861957474539c1d70952db8642b068cd52a0 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 18 Dec 2009 15:33:03 +0000 Subject: Clarified the documentation for add_entity_relationship(). git-svn-id: http://code.elgg.org/elgg/trunk@3771 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/relationships.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/relationships.php') 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 -- cgit v1.2.3