Commit d10e9de5857f9a9f58bf35044431e4440dd63c06

Authored by Michael Joseph
1 parent f489412d

present quick links in the right order


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1667 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/dashboardBL.php
... ... @@ -82,7 +82,7 @@ if (checkSession()) {
82 82 $aSubscriptionAlertList = SubscriptionManager::listSubscriptionAlerts($_SESSION["userID"]);
83 83  
84 84 // retrieve quicklinks
85   - $aQuickLinks = Link::getList();
  85 + $aQuickLinks = Link::getList("ORDER BY rank");
86 86  
87 87 // retrieve pending web documents
88 88 $aPendingWebDocuments = getPendingWebDocuments($_SESSION["userID"]);
... ...