Removed commented text
This commit is contained in:
parent
1dcd355e47
commit
6e1986a0f2
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ function photo_albums($uid, $update = false) {
|
||||||
dbesc(t('Contact Photos'))
|
dbesc(t('Contact Photos'))
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
// USE INDEX (`uid_album`)
|
|
||||||
// This query doesn't do the count and is much faster
|
// This query doesn't do the count and is much faster
|
||||||
$albums = qu("SELECT DISTINCT(`album`), '' AS `total`
|
$albums = qu("SELECT DISTINCT(`album`), '' AS `total`
|
||||||
FROM `photo`
|
FROM `photo`
|
||||||
|
|
Loading…
Reference in a new issue