diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-06-09 16:30:50 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-06-09 16:30:50 +1200 |
commit | e121d472e7dbb914a85b10bde0a9e2add4d19d11 (patch) | |
tree | 60e37cc81fc8a8f5220a63ab7eec5e5f2a699f43 /lib | |
parent | 5afd07e5e8167eb0941c3ba8eece51f2f4c5bb88 (diff) |
Revert "added notice.location to group by"
This reverts commit 48dc899acb9a0ac87140353092dab1f5e67753d8.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/popularnoticesection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 3f0241790..f70a972ef 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -72,7 +72,7 @@ class PopularNoticeSection extends NoticeSection $qry .= ' GROUP BY notice.id,notice.profile_id,notice.content,notice.uri,' . 'notice.rendered,notice.url,notice.created,notice.modified,' . 'notice.reply_to,notice.is_local,notice.source,notice.conversation, ' . - 'notice.lat,notice.lon,location_id,location_ns,notice.repeat_of,notice.location' . + 'notice.lat,notice.lon,location_id,location_ns,notice.repeat_of' . ' ORDER BY weight DESC'; $offset = 0; |