Revert "added notice.location to group by"

This reverts commit 48dc899acb.
This commit is contained in:
Brenda Wallace 2010-06-09 16:30:50 +12:00
parent 5afd07e5e8
commit e121d472e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;