Merge pull request #184 from annando/master

New function for pictures, calculation period of "statistics" changed
This commit is contained in:
tobiasd 2014-03-02 08:28:58 +01:00
commit ae542a2d5d
9 changed files with 20 additions and 9 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));