From: Michael Vogel Date: Wed, 25 Nov 2015 07:28:17 +0000 (+0100) Subject: Deactivated some attachment part in the old functions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b5ea74bbdd6de24108ee0321b96cd1c049448ea;p=friendica.git Deactivated some attachment part in the old functions --- diff --git a/include/items.php b/include/items.php index c4310c24e2..53f4784c2d 100644 --- a/include/items.php +++ b/include/items.php @@ -4479,7 +4479,8 @@ function atom_entry($item,$type,$author,$owner,$comment = false,$cid = 0) { //$o .= "\t".''."\r\n"; //$o .= "\t".''."\r\n"; - $o .= item_get_attachment($item); + // Deactivated since it was meant only for OStatus + //$o .= item_get_attachment($item); $o .= item_getfeedattach($item);