Facebook: Deactivated the test output of messages without content.

This commit is contained in:
Michael Vogel 2012-04-15 16:46:55 +02:00
parent 54dd4989ce
commit 5938e5185a
1 changed files with 2 additions and 2 deletions

View File

@ -1450,8 +1450,8 @@ function fb_consume_stream($uid,$j,$wall = false) {
// $datarray['body'] = $entry->story;
// Adding the "story" text to see if there are useful data in it (testing)
if (($datarray['app'] != "Events") and $entry->story)
$datarray['body'] .= "\n".$entry->story;
//if (($datarray['app'] != "Events") and $entry->story)
// $datarray['body'] .= "\n".$entry->story;
if(trim($datarray['body']) == '') {
logger('facebook: empty body '.$entry->id.' '.print_r($entry, true));