mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:50:10 +00:00
"uri-id" instead of "uri" or "id"
This commit is contained in:
parent
a7b07b6e2e
commit
ef0400fc19
11 changed files with 130 additions and 147 deletions
|
@ -78,7 +78,7 @@ class Profile extends BaseModule
|
|||
}
|
||||
|
||||
$items_stmt = DBA::p(
|
||||
"SELECT DISTINCT(`parent-uri`) AS `uri`, `created` FROM `post-view`
|
||||
"SELECT DISTINCT(`parent-uri-id`) AS `uri-id`, `created` FROM `post-view`
|
||||
WHERE `uid` = ? AND NOT `contact-blocked` AND NOT `contact-pending`
|
||||
AND `visible` AND (NOT `deleted` OR `gravity` = ?)
|
||||
AND NOT `moderated` AND `wall` $sql_extra4 $sql_extra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue