Commit bcd44f6ea5e54f7eb448b5bdfcc8d311e281ef8e
1 parent
df7943a0
Pick up the changes from the select boxes.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3109 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsBL.php
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | |
| 28 | 28 | require_once("../../../../../config/dmsDefaults.php"); |
| 29 | 29 | |
| 30 | -KTUtil::extractGPC('fAssign', 'fUserID', 'fUserSet'); | |
| 30 | +KTUtil::extractGPC('fAssign', 'fUserID', 'fUserSet', 'groupAddedLeft', 'groupAddedRight'); | |
| 31 | 31 | |
| 32 | 32 | /* |
| 33 | 33 | * Update all User/Groups association | ... | ... |