mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
more poll stuff ahead of item revamp
This commit is contained in:
parent
07274bb922
commit
21f0cd206d
8 changed files with 213 additions and 172 deletions
|
@ -56,7 +56,7 @@ function network_content(&$a) {
|
|||
WHERE `item`.`uid` = %d AND `item`.`visible` = 1 AND `item`.`deleted` = 0
|
||||
AND `contact`.`blocked` = 0
|
||||
$sql_extra
|
||||
ORDER BY `parent` DESC, `id` ASC LIMIT %d ,%d ",
|
||||
ORDER BY `parent` DESC, `created` ASC LIMIT %d ,%d ",
|
||||
intval($_SESSION['uid']),
|
||||
intval($a->pager['start']),
|
||||
intval($a->pager['itemspage'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue