Commit 41accf92a8e6683843ca06affb348eb244636363

Authored by nbm
1 parent b4369387

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
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  
... ...