From 5189e95429017f450ab78f26e038fd003f8c23f4 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Wed, 1 Feb 2006 16:12:56 +0000 Subject: [PATCH] fix unit bug in folder creation. --- lib/foldermanagement/folderutil.inc.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/lib/foldermanagement/folderutil.inc.php b/lib/foldermanagement/folderutil.inc.php index 3f722a3..18871e4 100644 --- a/lib/foldermanagement/folderutil.inc.php +++ b/lib/foldermanagement/folderutil.inc.php @@ -41,7 +41,6 @@ class KTFolderUtil { 'description' => $sFolderName, 'parentid' => $oParentFolder->getID(), 'creatorid' => $oUser->getID(), - 'unitid' => $oParentFolder->getUnitID(), )); if (PEAR::isError($oFolder)) { return $oFolder; -- libgit2 0.21.4