Commit 721f2718e5e6e94059ca8d2481a33d8d2af66f78
1 parent
0be7bfad
Change capitalisation of ScrollingNews to scrollingNews to match
configuration. SF tracker: 1045195 Submitted by: Stefano Ciancio (sciancio) git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2948 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
| ... | ... | @@ -228,7 +228,7 @@ function renderDashboardNews() { |
| 228 | 228 | // retrieve all news items |
| 229 | 229 | $aDashboardNews = DashboardNews::getList("active=1"); |
| 230 | 230 | |
| 231 | - if ($default->ScrollingNews) { | |
| 231 | + if ($default->scrollingNews) { | |
| 232 | 232 | |
| 233 | 233 | $sToRender .= "<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 direction=up width='100%' height='100'>"; |
| 234 | 234 | $sToRender .= "\t\t\t<table border=\"0\" width=\"100%\">\n"; | ... | ... |