Changeset 1775
- Timestamp:
- 09/03/2009 05:51:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r1750 r1775 402 402 $fship_ids = friends_get_friendship_ids( $user_id, true ); 403 403 404 return array( 'requests' => $fship_ids, 'total' => count($ requests) );404 return array( 'requests' => $fship_ids, 'total' => count($fship_ids) ); 405 405 } 406 406
Note: See TracChangeset
for help on using the changeset viewer.