diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-07-07 18:48:20 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-07-07 18:50:46 -0600 |
commit | 6d10374c17eb8932d36945532cc47a86628e63ea (patch) | |
tree | a26724fd64d70a33dd7af41ef49f7946fb07a226 | |
parent | da2ccebed8f1c87b0481ba476b4d13e601ce5feb (diff) | |
download | volse-hubzilla-6d10374c17eb8932d36945532cc47a86628e63ea.tar.gz volse-hubzilla-6d10374c17eb8932d36945532cc47a86628e63ea.tar.bz2 volse-hubzilla-6d10374c17eb8932d36945532cc47a86628e63ea.zip |
cleanup
-rwxr-xr-x | include/items.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/items.php b/include/items.php index eb3f27a16..36a027eec 100755 --- a/include/items.php +++ b/include/items.php @@ -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) { |