From 8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 9 Feb 2014 01:37:03 +0100 Subject: 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 --- web/lib/acctfuncs.inc.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'web/lib/acctfuncs.inc.php') diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index f7055740..0207bbdc 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -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; -- cgit v1.2.3-24-g4f1b