Commit 771c3be547a399a672150f0cec047cda8a163b60
1 parent
6e4fadcb
Remove unnecessary includes of (unused and gone) organisation-related code.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4879 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
2 deletions
plugins/ktcore/admin/unitManagement.php
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | require_once(KT_LIB_DIR . '/unitmanagement/Unit.inc'); |
| 4 | -require_once(KT_LIB_DIR . '/unitmanagement/UnitOrganisationLink.inc'); | |
| 5 | -require_once(KT_LIB_DIR . '/orgmanagement/Organisation.inc'); | |
| 6 | 4 | |
| 7 | 5 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |
| 8 | 6 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); | ... | ... |