]> git.mxchange.org Git - friendica.git/commitdiff
cleanup
authorZach Prezkuta <fermion@gmx.com>
Sun, 8 Jul 2012 00:48:20 +0000 (18:48 -0600)
committerZach Prezkuta <fermion@gmx.com>
Sun, 8 Jul 2012 00:50:46 +0000 (18:50 -0600)
include/items.php

index eb3f27a16653e750c414787b901270a274510fea..36a027eec50ce514f3b758938cab008ff804de23 100755 (executable)
@@ -3225,11 +3225,6 @@ function fix_private_photos($s, $uid, $item = null, $cid = 0) {
                                        // 3. Otherwise, if we have an item, see if the item permissions match the photo
                                        //    permissions, regardless of order but first check to see if they're an exact
                                        //    match to save some processing overhead.
-                               
-                                       // To embed multiples, we would need to parse out the embedded photos on message
-                                       // receipt and limit size based only on the text component. Would also need to
-                                       // ignore all photos during bbcode translation and item localisation, as these
-                                       // will hit internal regex backtrace limits.  
 
                                        if(has_permissions($r[0])) {
                                                if($cid) {