some ranking updates

This commit is contained in:
unknown
2012-06-19 15:02:38 +03:00
parent 3e429f9f56
commit 3ba3c0706d
4 changed files with 286 additions and 16 deletions
+1 -1
View File
@@ -2119,7 +2119,7 @@ class MYSQL_DB {
}
function getARanking() {
$q = "SELECT id,name,tag FROM " . TB_PREFIX . "alidata where id != ''";
$q = "SELECT id,name,tag FROM " . TB_PREFIX . "alidata where id != '' ORDER BY id DESC";
$result = mysql_query($q, $this->connection);
return $this->mysql_fetch_all($result);
}