This commit is contained in:
Tobias Hößl 2012-03-05 11:43:38 +00:00
parent 5a4ca9459d
commit 49f2d04a15
1 changed files with 2 additions and 2 deletions

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];