Added function "bb_CleanPictureLinks" ro all connectors

This commit is contained in:
Michael Vogel 2014-03-02 01:42:19 +01:00
parent 80f6f22852
commit 1754b58cd9
6 changed files with 15 additions and 4 deletions

View file

@ -271,7 +271,7 @@ function fromgplus_handleattachments($item, $displaytext) {
//elseif ($images["full"] != "")
// $post .= "\n[img]".$images["full"]."[/img]\n";
if ($images["full"] != "")
$post .= "\n[img]".$images["full"]."[/img]\n";
$post .= "\n[img]".$images["full"]."[/img]";
//$post .= "[quote]".trim(fromgplus_html2bbcode($attachment->content))."[/quote]";
$quote = trim(fromgplus_html2bbcode($attachment->content));