aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-07-05 16:37:50 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-07-05 16:37:50 +0000
commit23b52f7850b0d375e908c598f0eb8dbe9d433d96 (patch)
tree82e122fec9ed8cd3f5a09cd927215d91c1d2a2f7 /contrib
parent8f233e85824ed5e70974fc708b7311f5e74f3c61 (diff)
downloadopenembedded-23b52f7850b0d375e908c598f0eb8dbe9d433d96.tar.gz
feed-browser: in package details sort by version, then by arch
Diffstat (limited to 'contrib')
-rw-r--r--contrib/feed-browser/includes/functions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/feed-browser/includes/functions.inc b/contrib/feed-browser/includes/functions.inc
index d49851f5b1..8b64ca345b 100644
--- a/contrib/feed-browser/includes/functions.inc
+++ b/contrib/feed-browser/includes/functions.inc
@@ -182,7 +182,7 @@ function pkgdetails ($package)
$result = db_query("SELECT * FROM packages,feeds
WHERE (packages.p_name='$package' OR packages.p_provides='$package')
AND feeds.f_id = packages.p_feed
- ORDER BY packages.p_version DESC, feeds.f_name ASC, packages.p_arch DESC ");
+ ORDER BY packages.p_version DESC, packages.p_arch ASC ");
// display first result