Commit 267aa952a93ae7e77ee1429c25a690691a35dd5b

Authored by michael
1 parent 4d228fa3

added folderUI.inc dependency


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2170 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc
1 1 <?php
2   -
3 2 /**
4 3 * $Id$
5 4 *
... ... @@ -11,6 +10,8 @@
11 10 * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
12 11 * @package presentation.lookAndFeel.knowledgeTree.documentmanagement
13 12 */
  13 +
  14 +require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc");
14 15  
15 16 /**
16 17 *
... ...