From dd32150c9b4159bfa957b6af2782ea6d2b5a1511 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 3 Jun 2003 15:45:33 +0000 Subject: [PATCH] Removed the default value of none from the user drop down --- presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc index f68a936..f5505ed 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc @@ -20,6 +20,7 @@ function getUserDropDown($iGroupID, $iUserID) { $oPatternListBox->setFromClause($sFromClause); $sWhereClause = "UGL.group_id = $iGroupID"; $oPatternListBox->setWhereClause($sWhereClause); + $oPatternListBox->setIncludeDefaultValue(false); if (isset($iUserID)) { $oPatternListBox->setSelectedValue($iUserID); -- libgit2 0.21.4