summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Poehlsen <stephan@poehlsen.net>2005-11-23 02:44:36 +0000
committerStephan Poehlsen <stephan@poehlsen.net>2005-11-23 02:44:36 +0000
commit3574f03545c00b33620d6c35cf7115310b66d264 (patch)
tree648c34c59e8a69f66848a40fddefd7691952c9db
parente362e8beb12b18b2ef1988770128fbdaec9e265d (diff)
www sort by keyword_cnt
git-svn-id: file:///home/lennart/svn/public/sse/trunk@35 5fbabb74-0606-0410-a5e4-b5cc6a42724e
-rw-r--r--www/index.php2
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;
}