Commit 58a8458f54478b1e6f8c97e4a1dbc60e574d70ec
1 parent
db2a6461
Order News by rank.
Submitted by: Stefano Ciancio (sciancio) SF Tracker: 1181469 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3254 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
| ... | ... | @@ -226,7 +226,7 @@ function renderDashboardNews() { |
| 226 | 226 | global $default; |
| 227 | 227 | |
| 228 | 228 | // retrieve all news items |
| 229 | - $aDashboardNews = DashboardNews::getList("active=1");/*ok*/ | |
| 229 | + $aDashboardNews = DashboardNews::getList("active=1 ORDER BY rank");/*ok*/ | |
| 230 | 230 | |
| 231 | 231 | $sToRender = ""; |
| 232 | 232 | ... | ... |