New function for pictures, calculation period of "statistics" changed #184

Merged
annando merged 4 commits from master into master 2014-03-02 08:28:58 +01:00
Showing only changes of commit 6c01df6b09 - Show all commits

View file

@ -328,7 +328,7 @@ function fbsync_createpost($a, $uid, $self, $contacts, $applications, $post, $cr
$postarray["body"] .= "[class=type-".$type."]";
if ($content)
$postarray["body"] .= $content;
$postarray["body"] .= trim($content);
if ($quote)
$postarray["body"] .= "\n[quote]".trim($quote)."[/quote]";