aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-23 17:56:59 -0700
committerFriendika <info@friendika.com>2011-06-23 17:56:59 -0700
commit38cf37d3c3a4bc9873aa12eed5167b356282385f (patch)
tree346398bcfbb748aa1aa3f0658af020ddb487d946 /mod/network.php
parent2bc4e24da22d7a75bbdbae18e0c64575ff7fe858 (diff)
downloadvolse-hubzilla-38cf37d3c3a4bc9873aa12eed5167b356282385f.tar.gz
volse-hubzilla-38cf37d3c3a4bc9873aa12eed5167b356282385f.tar.bz2
volse-hubzilla-38cf37d3c3a4bc9873aa12eed5167b356282385f.zip
new item view, sort by received date - not posted date.
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php
index 75775ba50..9c5202ad2 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -212,7 +212,7 @@ function network_content(&$a, $update = 0) {
AND `contact`.`id` = `item`.`contact-id`
AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
$sql_extra
- ORDER BY `item`.`created` DESC LIMIT %d ,%d ",
+ ORDER BY `item`.`received` DESC LIMIT %d ,%d ",
intval($_SESSION['uid']),
intval($a->pager['start']),
intval($a->pager['itemspage'])