Ticket #864: bp-friends.php.patch
File bp-friends.php.patch, 516 bytes (added by , 16 years ago) |
---|
-
.php
old new 391 391 function friends_get_friendship_requests( $user_id ) { 392 392 $fship_ids = friends_get_friendship_ids( $user_id, true ); 393 393 394 return array( 'requests' => $fship_ids, 'total' => count($ requests) );394 return array( 'requests' => $fship_ids, 'total' => count($fship_ids) ); 395 395 } 396 396 397 397 function friends_get_recently_active( $user_id, $pag_num = false, $pag_page = false, $filter = false ) {