mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Merge pull request #184 from annando/master
New function for pictures, calculation period of "statistics" changed
This commit is contained in:
commit
ae542a2d5d
9 changed files with 20 additions and 9 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue