From 4b45085b8035daf108b393e0f7df6fd38839a9c5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 3 Apr 2003 14:21:34 +0000 Subject: [PATCH] remove restriction for editing document fields --- presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc b/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc index 74423d6..602049d 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc @@ -120,8 +120,6 @@ function getDocFieldDisplay($oDocField) { global $default; if (!isset($oDocField)) { $oPatternListBox = & new PatternListBox($default->owl_fields_table, "name", "id", "fDocFieldID"); - $oPatternListBox->setFromClause("LEFT OUTER JOIN $default->owl_document_fields_table DFL ON ST.id=DFL.document_field_id"); - $oPatternListBox->setWhereClause("ISNULL(DFL.value)"); $oPatternListBox->setPostBackOnChange(true); return $oPatternListBox->render(); } else { -- libgit2 0.21.4