mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove LastVoted column
This has been introduced by commit aae43d9
(started working on package
comments, 2005-03-05) but it seems to be of no practical use. Remove the
field to save some space.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
b7b586a8c4
commit
8c07c091e8
6 changed files with 0 additions and 19 deletions
|
@ -373,9 +373,6 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
|
|||
case 'i':
|
||||
$q.= "ORDER BY IRCNick, AccountTypeID ";
|
||||
break;
|
||||
case 'v':
|
||||
$q.= "ORDER BY LastVoted, Username ";
|
||||
break;
|
||||
default:
|
||||
$q.= "ORDER BY Username, AccountTypeID ";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue