]> git.mxchange.org Git - friendica.git/commitdiff
Added explanation
authorMichael <heluecht@pirati.ca>
Fri, 29 Dec 2017 12:47:56 +0000 (12:47 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 29 Dec 2017 12:47:56 +0000 (12:47 +0000)
mod/photos.php

index 886ccd4fdf6c3638f5dab5cee3ee2204c1b2cc9d..4741815758abb2dcc82e4df6a282c2742807a585 100644 (file)
@@ -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