mirror of https://github.com/BOINC/boinc.git
Modified sorting criteria.
svn path=/trunk/boinc/; revision=1960
This commit is contained in:
parent
68eac82220
commit
a85fe7ec95
|
@ -64,8 +64,8 @@ class Forum {
|
|||
case 'activity-most':
|
||||
$sql = $sql . ' ORDER by activity DESC, timestamp DESC';
|
||||
break;
|
||||
case 'help-question-most':
|
||||
$sql = $sql . ' ORDER by sufferers DESC, timestamp DESC';
|
||||
case 'help-activity-most':
|
||||
$sql = $sql . ' ORDER by activity DESC, sufferers DESC';
|
||||
break;
|
||||
}
|
||||
if ($min > -1) {
|
||||
|
|
Loading…
Reference in New Issue