Commit d68b33579327e5f2974ed66c20335574554299b5

Authored by Michael Joseph
1 parent 7c8d9b80

(#2766) check correct array for heading bg color switching


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2394 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -156,7 +156,7 @@ function renderSubscriptionAlerts($aSubscriptionAlertList) { @@ -156,7 +156,7 @@ function renderSubscriptionAlerts($aSubscriptionAlertList) {
156 156
157 function renderDependantDocuments($aDependantDocumentList) { 157 function renderDependantDocuments($aDependantDocumentList) {
158 global $default; 158 global $default;
159 - if (count($aCheckedOutDocumentList) > 0) { 159 + if (count($aDependantDocumentList) > 0) {
160 $sBgColor = "#9D9D7F"; 160 $sBgColor = "#9D9D7F";
161 } else { 161 } else {
162 $sBgColor = "#CECEBF"; 162 $sBgColor = "#CECEBF";