]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2050: Added missing docblock parameters
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Nov 2010 04:44:52 +0000 (04:44 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Nov 2010 04:44:52 +0000 (04:44 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7222 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php

index 5a5643da4f3eb28ca91a4f15de6d1a1ba3d98bf8..376133fec3ade9d520b57fbd5478d8e4eb451584 100644 (file)
@@ -439,7 +439,8 @@ function update_entity($guid, $owner_guid, $access_id, $container_guid = null) {
  *
  * @param int    $user_guid      The user guid, or 0 for get_loggedin_userid()
  * @param int    $container_guid The container, or 0 for the current page owner.
- * @param string $entity_type    The type of entities. Defauts to 'all'
+ * @param string $type           The type of entity we're looking to write 
+ * @param string $subtype        The subtype of the entity we're looking to write
  *
  * @return bool
  * @link http://docs.elgg.org/DataModel/Containers