sort desc voting by default

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@465 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-10-28 22:34:49 +00:00
parent 39db481506
commit bf8f5152cd

View file

@ -97,7 +97,7 @@ $dateArrow = '';
$votingArrow = '';
$dateSort = 'date_desc';
$titleSort = 'title_asc';
$votingSort = 'voting_asc';
$votingSort = 'voting_desc';
switch(getSortOrder()) {
case 'date_asc':