Fix for Bug 261519 - MySQL error on RSS feeds

This commit is contained in:
psychoticwolf%carolina.rr.com 2004-09-25 19:09:04 +00:00
Родитель 5ec731db71
Коммит 2c80209fd3
1 изменённых файлов: 106 добавлений и 106 удалений

Просмотреть файл

@ -83,7 +83,7 @@ if ($type == 'E' || $type == 'T' || $type == 'P') {
switch ($list) {
case "Popular":
$orderby = "t_version.DownloadCount DESC";
$orderby = "t_main.DownloadCount DESC";
break;
case "Updated":
$orderby = "t_main.DateUpdated DESC";