notification email on follow activities
This commit is contained in:
parent
964ca0e079
commit
05236adf0f
4 changed files with 36 additions and 2 deletions
|
@ -1025,7 +1025,7 @@ function photos_content(&$a) {
|
|||
$a->set_pager_total(count($r));
|
||||
|
||||
|
||||
$r = q("SELECT `resource-id`, `id`, `filename`, `album`, max(`scale`) AS `scale` FROM `photo`
|
||||
$r = q("SELECT `resource-id`, `id`, `filename`, `album`, max(`scale`) AS `scale` FROM `photo`
|
||||
WHERE `uid` = %d AND `album` != '%s'
|
||||
$sql_extra GROUP BY `resource-id` ORDER BY `created` DESC LIMIT %d , %d",
|
||||
intval($a->data['user']['uid']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue