Modified sorting criteria.

svn path=/trunk/boinc/; revision=1960
This commit is contained in:
David Anderson 2003-08-02 00:48:46 +00:00
parent 68eac82220
commit a85fe7ec95
1 changed files with 2 additions and 2 deletions

View File

@ -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) {