From c80060ef05149fab81aebb07528e8c5ea2ad8d04 Mon Sep 17 00:00:00 2001
From: Andrea Scarpino <andrea@archlinux.org>
Date: Thu, 17 Dec 2009 00:43:07 +0100
Subject: [PATCH] sort voted by newer

---
 web/html/tu.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/html/tu.php b/web/html/tu.php
index 1864988..365ef54 100644
--- a/web/html/tu.php
+++ b/web/html/tu.php
@@ -118,7 +118,7 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
 			$off = 0;
 		}
 
-		$order = ($by == 'down') ? 'DESC' : 'ASC';
+		$order = ($by == 'down') ? 'ASC' : 'DESC';
 		$lim = ($limit > 0) ? " LIMIT " . $off . ", " . $limit : "";
 		$by_next = ($by == "down") ? "up" : "down";
 
-- 
1.6.5.6

