diff options
author | randomdan <randomdan@localhost> | 2010-11-14 16:06:52 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-11-14 16:06:52 +0000 |
commit | 3696c0a5c9c6f7951dc6a4ac55efce2326822788 (patch) | |
tree | 5f8bf1870ad8a8a96533e4154a6c715e15e6d7d8 | |
parent | Populate and use new change logs table (diff) | |
download | gentoobrowse-3696c0a5c9c6f7951dc6a4ac55efce2326822788.tar.bz2 gentoobrowse-3696c0a5c9c6f7951dc6a4ac55efce2326822788.tar.xz gentoobrowse-3696c0a5c9c6f7951dc6a4ac55efce2326822788.zip |
Fix the order of change log entries submitted on the same day
-rw-r--r-- | gentoobrowse/views/package.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/views/package.xml b/gentoobrowse/views/package.xml index cbf9dfc..2e18435 100644 --- a/gentoobrowse/views/package.xml +++ b/gentoobrowse/views/package.xml @@ -162,7 +162,7 @@ SELECT date, person, email, comment FROM package_changelogs WHERE packageid = ? - ORDER BY date DESC, n DESC + ORDER BY date DESC, n </sql> <parameters> <param bind="0" value="^packageid" /> |