Commit 9c52245d96268bdae5c029d12dc68614dee4b4f3

Authored by Michael Joseph
1 parent b82dbc80

Corrected style convention violations.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2898 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupBL.php
... ... @@ -54,8 +54,7 @@ if (checkSession()) {
54 54 $main->setFormAction("$default->rootUrl/presentation/lookAndFeel/knowledgeTree/store.php?fReturnURL=" . urlencode("$default->rootUrl/control.php?action=editGroupSuccess"));
55 55  
56 56 // coming from manual edit page
57   - }
58   - else if (isset($fForStore)) {
  57 + } else if (isset($fForStore)) {
59 58 $oGroup = Group::get($fGroupID);
60 59 $oGroup->setName($fGroupName);
61 60  
... ...