Added explanation
This commit is contained in:
parent
c7bcc13451
commit
319e21f6e3
|
@ -1262,6 +1262,7 @@ function photos_content(App $a) {
|
||||||
$photos = array();
|
$photos = array();
|
||||||
|
|
||||||
if (DBM::is_result($r))
|
if (DBM::is_result($r))
|
||||||
|
// "Twist" is only used for the duepunto theme with style "slackr"
|
||||||
$twist = false;
|
$twist = false;
|
||||||
foreach ($r as $rr) {
|
foreach ($r as $rr) {
|
||||||
$twist = !$twist;
|
$twist = !$twist;
|
||||||
|
@ -1804,6 +1805,7 @@ function photos_content(App $a) {
|
||||||
|
|
||||||
$photos = array();
|
$photos = array();
|
||||||
if (DBM::is_result($r)) {
|
if (DBM::is_result($r)) {
|
||||||
|
// "Twist" is only used for the duepunto theme with style "slackr"
|
||||||
$twist = false;
|
$twist = false;
|
||||||
foreach ($r as $rr) {
|
foreach ($r as $rr) {
|
||||||
//hide profile photos to others
|
//hide profile photos to others
|
||||||
|
|
Loading…
Reference in New Issue
Block a user