diff options
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 235266c..6dc0bbe 100644 --- a/www/index.php +++ b/www/index.php @@ -107,7 +107,7 @@ while ($q) { " AND w.file_id=f.id AND f.package_id=p.id ". " AND f.crawler_id=w.crawler_id AND f.crawler_id=p.crawler_id ". " GROUP BY f.crawler_id, f.id ". - " ORDER BY w.cnt DESC "; + " ORDER BY keywords_cnt DESC, w.cnt DESC "; break; } |