diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc index 941c041..75fdb17 100644 --- a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc @@ -156,7 +156,7 @@ function renderSubscriptionAlerts($aSubscriptionAlertList) { function renderDependantDocuments($aDependantDocumentList) { global $default; - if (count($aCheckedOutDocumentList) > 0) { + if (count($aDependantDocumentList) > 0) { $sBgColor = "#9D9D7F"; } else { $sBgColor = "#CECEBF";