1
0
Fork 0

Imrpoved avatar handling when storing them/partly use of "micro"

This commit is contained in:
Michael Vogel 2016-06-25 13:56:55 +02:00
commit 0b1188b7fe
8 changed files with 43 additions and 24 deletions

View file

@ -138,6 +138,8 @@ function notifications_content(&$a) {
$a->set_pager_itemspage(20);
}
/// @todo Fetch contact details by "get_contact_details_by_url" instead of queries to contact, fcontact and gcontact
$r = q("SELECT `intro`.`id` AS `intro_id`, `intro`.*, `contact`.*, `fcontact`.`name` AS `fname`,`fcontact`.`url` AS `furl`,`fcontact`.`photo` AS `fphoto`,`fcontact`.`request` AS `frequest`,
`gcontact`.`location` AS `glocation`, `gcontact`.`about` AS `gabout`,
`gcontact`.`keywords` AS `gkeywords`, `gcontact`.`gender` AS `ggender`,