From 5938e5185a25e17803b81180c7665a4eb9c6d3a6 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 15 Apr 2012 16:46:55 +0200 Subject: [PATCH] Facebook: Deactivated the test output of messages without content. --- facebook/facebook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facebook/facebook.php b/facebook/facebook.php index a90445db..397c104e 100755 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -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));