New addon "pages" and a small change to the facebook addon #18

Merged
annando merged 7 commits from master into master 2012-03-15 23:29:33 +01:00
Showing only changes of commit f1d01a4e50 - Show all commits

View file

@ -1017,6 +1017,11 @@ function fb_consume_stream($uid,$j,$wall = false) {
$datarray['allow_cid'] = '<' . $uid . '>'; $datarray['allow_cid'] = '<' . $uid . '>';
} }
if(trim($datarray['body']) == '') {
logger('facebook: empty body');
continue;
}
$top_item = item_store($datarray); $top_item = item_store($datarray);
$r = q("SELECT * FROM `item` WHERE `id` = %d AND `uid` = %d LIMIT 1", $r = q("SELECT * FROM `item` WHERE `id` = %d AND `uid` = %d LIMIT 1",
intval($top_item), intval($top_item),