Commit 8c03647939e94ac8c874bd50727211971e585c2a
1 parent
bcfcfc45
Removed some commenting
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2142 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
8 deletions
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitOrgBL.php
| ... | ... | @@ -32,14 +32,6 @@ if (checkSession()) { |
| 32 | 32 | $oPatternCustom->setHtml(renderHeading("Edit Unit Organisation")); |
| 33 | 33 | |
| 34 | 34 | $oPatternCustom->addHtml(getOrgPage($fUnitID)); |
| 35 | - | |
| 36 | - | |
| 37 | - //$sQuery = "SELECT " . | |
| 38 | - // "WHERE organisations_lookup INNER JOIN units_organisations_link ON organisations_lookup.id = units_organisations_link.organisation_id"; | |
| 39 | - | |
| 40 | - //$faGroupID = GroupUserLink::getGroups($fUserID); | |
| 41 | - //$oPatternCustom->setHtml(getGroupPage($fUserID,$faGroupID)); | |
| 42 | - //$main->setFormAction($_SERVER["PHP_SELF"] . "?fUserSet=1&fGroupSet=1"); | |
| 43 | 35 | } |
| 44 | 36 | } else { |
| 45 | 37 | // build first page | ... | ... |