From d68b33579327e5f2974ed66c20335574554299b5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 17 Jul 2003 16:25:13 +0000 Subject: [PATCH] (#2766) check correct array for heading bg color switching --- presentation/lookAndFeel/knowledgeTree/dashboardUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- libgit2 0.21.4