diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-06 20:04:57 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-06 20:04:57 +0000 | 
| commit | 125dcdd329b3159808c097f02597e908be3ad8d0 (patch) | |
| tree | 653b77aa409f867be32c45793edc68b099e15c69 /engine/lib/entities.php | |
| parent | 61197684ae861488cd3718fcaa96ab655b37e426 (diff) | |
| download | elgg-125dcdd329b3159808c097f02597e908be3ad8d0.tar.gz elgg-125dcdd329b3159808c097f02597e908be3ad8d0.tar.bz2 | |
fixed some minor documentation issues
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
| -rw-r--r-- | engine/lib/entities.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/engine/lib/entities.php b/engine/lib/entities.php index ac2679dfc..3ab53c678 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -1050,7 +1050,7 @@ function elgg_get_entity_type_subtype_where_sql($table, $types, $subtypes, $pair   * @param NULL|array $guids  Array of GUIDs.   *   * @return false|str - * @since 1.8 + * @since 1.8.0   * @access private   */  function elgg_get_guid_based_where_sql($column, $guids) { @@ -2080,8 +2080,8 @@ function recursive_delete_permissions_check() {   * @param string $subtype Entity subtype   * @param string $class   Class name   * - * @return Bool - * @since 1.8 + * @return bool + * @since 1.8.0   */  function elgg_instanceof($entity, $type = NULL, $subtype = NULL, $class = NULL) {  	$return = ($entity instanceof ElggEntity); | 
