summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-02-09 01:37:03 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-02-09 01:43:37 +0100
commit8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d (patch)
tree40572d50c23bec38f880f35b52d5919418d67f61 /web/lib/acctfuncs.inc.php
parentb7b586a8c405e6e5967c5febcab67caab581ca0c (diff)
downloadaurweb-8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d.tar.xz
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>
Diffstat (limited to 'web/lib/acctfuncs.inc.php')
-rw-r--r--web/lib/acctfuncs.inc.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index f705574..0207bbd 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;