Support for Facebook's Real-Time Updates #16

Merged
CatoTH merged 4 commits from master into master 2012-03-08 23:43:22 +01:00
Showing only changes of commit 49f2d04a15 - Show all commits

View file

@ -289,7 +289,7 @@ function fb_get_friends_sync_full($uid, $access_token, $person) {
intval($r[0]['id'])
);
}
continue;
return;
}
else {
@ -322,7 +322,7 @@ function fb_get_friends_sync_full($uid, $access_token, $person) {
);
if(! count($r)) {
continue;
return;
}
$contact = $r[0];