Commit a58d42a4be3de49f779645e9b7983f49a9b1ef6d
1 parent
9f33fb27
code formatting
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2812 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
3 additions
and
3 deletions
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupUI.inc
| ... | ... | @@ -35,7 +35,7 @@ function getPage() { |
| 35 | 35 | $aRequired = array(1); |
| 36 | 36 | |
| 37 | 37 | // create a text field that is required |
| 38 | - $oPatternCreate = & new PatternCreate("Group", "groups/Group.inc",$aDisplayRowNames, $aParameterNumbers, $aDisplayColumnTypes, $aRequired); | |
| 38 | + $oPatternCreate = & new PatternCreate("Group", "groups/Group.inc", $aDisplayRowNames, $aParameterNumbers, $aDisplayColumnTypes, $aRequired); | |
| 39 | 39 | $oPatternCreate->setUniqueName("group"); |
| 40 | 40 | |
| 41 | 41 | $sToRender .= renderHeading("Add Group"); | ... | ... |
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php
| ... | ... | @@ -31,8 +31,8 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 31 | 31 | |
| 32 | 32 | global $default; |
| 33 | 33 | |
| 34 | -if(checkSession()) { | |
| 35 | - | |
| 34 | +if (checkSession()) { | |
| 35 | + | |
| 36 | 36 | // include the page template (with navbar) |
| 37 | 37 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); |
| 38 | 38 | ... | ... |