From: Michael Date: Fri, 29 Dec 2017 12:47:56 +0000 (+0000) Subject: Added explanation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=319e21f6e3da03de4a6a0e8986505dc857d53c86;p=friendica.git Added explanation --- diff --git a/mod/photos.php b/mod/photos.php index 886ccd4fdf..4741815758 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1262,6 +1262,7 @@ function photos_content(App $a) { $photos = array(); if (DBM::is_result($r)) + // "Twist" is only used for the duepunto theme with style "slackr" $twist = false; foreach ($r as $rr) { $twist = !$twist; @@ -1804,6 +1805,7 @@ function photos_content(App $a) { $photos = array(); if (DBM::is_result($r)) { + // "Twist" is only used for the duepunto theme with style "slackr" $twist = false; foreach ($r as $rr) { //hide profile photos to others