From 076390f76f25d05df8b00023e5f130c9aa633d5f Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 14 Nov 2005 09:26:04 +0000 Subject: [PATCH] MDCondition was never used. --- presentation/lookAndFeel/knowledgeTree/handleConditional.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/handleConditional.php b/presentation/lookAndFeel/knowledgeTree/handleConditional.php index fce63dd..181c718 100644 --- a/presentation/lookAndFeel/knowledgeTree/handleConditional.php +++ b/presentation/lookAndFeel/knowledgeTree/handleConditional.php @@ -4,7 +4,6 @@ require_once(KT_DIR . "/presentation/Html.inc"); require_once(KT_LIB_DIR . "/templating/templating.inc.php"); require_once(KT_LIB_DIR . "/documentmanagement/DocumentFieldSet.inc"); require_once(KT_LIB_DIR . "/documentmanagement/DocumentField.inc"); -require_once(KT_LIB_DIR . "/documentmanagement/MDCondition.inc"); require_once(KT_LIB_DIR . "/database/dbutil.inc"); require_once(KT_LIB_DIR . "/util/ktutil.inc"); require_once(KT_LIB_DIR . "/dispatcher.inc.php"); -- libgit2 0.21.4