I tried this and several other variants and have not been able to get it to work.
vB version: 2.3.0
PHP version: 4.3.1
MYSQL ver.: 4.0.13
PHP Code:
switch ($sortfield) {
case 'title':
case 'lastpost':
case 'replycount':
case 'views':
case 'postusername':
case 'voteavg':
break;
default:
if($foruminfo[forumid]==49)
{$sortfield='title';
$sqlsortorder='ASC';
else $sortfield='lastpost';
}}