diff options
| author | Cash Costello <cash.costello@gmail.com> | 2012-01-08 17:48:29 -0500 |
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2012-01-08 17:48:29 -0500 |
| commit | b2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (patch) | |
| tree | 6a6eaae7e7d29d0b61f8ae43572f8b87b52161b2 /engine/lib/relationships.php | |
| parent | 4f4f5a8be736c36ca8af0cd65731dd7c64da3b1a (diff) | |
| download | elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.gz elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.bz2 | |
coding standards fixes - comments
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 5b7080b56..fabe2d2d6 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -399,8 +399,8 @@ function elgg_list_entities_from_relationship_count($options) { /** * Sets the URL handler for a particular relationship type * - * @param string $function_name The function to register * @param string $relationship_type The relationship type. + * @param string $function_name The function to register * * @return bool Depending on success */ |
