New function for pictures, calculation period of "statistics" changed #184
1 changed files with 1 additions and 1 deletions
fbsync: added a trim to the content.
commit
6c01df6b09
|
@ -328,7 +328,7 @@ function fbsync_createpost($a, $uid, $self, $contacts, $applications, $post, $cr
|
||||||
$postarray["body"] .= "[class=type-".$type."]";
|
$postarray["body"] .= "[class=type-".$type."]";
|
||||||
|
|
||||||
if ($content)
|
if ($content)
|
||||||
$postarray["body"] .= $content;
|
$postarray["body"] .= trim($content);
|
||||||
|
|
||||||
if ($quote)
|
if ($quote)
|
||||||
$postarray["body"] .= "\n[quote]".trim($quote)."[/quote]";
|
$postarray["body"] .= "\n[quote]".trim($quote)."[/quote]";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue