more poll stuff ahead of item revamp

This commit is contained in:
Mike Macgirvin 2010-07-18 20:49:10 -07:00
parent 07274bb922
commit 21f0cd206d
8 changed files with 213 additions and 172 deletions

View file

@ -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'])