diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-09 01:37:03 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-09 01:43:37 +0100 |
commit | 8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d (patch) | |
tree | 40572d50c23bec38f880f35b52d5919418d67f61 /web/template/account_details.php | |
parent | b7b586a8c405e6e5967c5febcab67caab581ca0c (diff) | |
download | aur-8c07c091e8b4bfcee33745d6c2e58a35cbf9a44d.tar.gz aur-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/template/account_details.php')
-rw-r--r-- | web/template/account_details.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/template/account_details.php b/web/template/account_details.php index 680a52e3..5ba01d99 100644 --- a/web/template/account_details.php +++ b/web/template/account_details.php @@ -44,12 +44,6 @@ </td> </tr> <tr> - <th><?= __("Last Voted") . ":" ?></th> - <td> - <?= $row["LastVoted"] ? date("Y-m-d", $row["LastVoted"]) : __("Never"); ?> - </td> - </tr> - <tr> <th>Links:</th> <td><ul> <li><a href="<?= get_uri('/packages/'); ?>?K=<?= $row['Username'] ?>&SeB=m"><?= __("View this user's packages") ?></a></li> |