summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b1ba0d)
raw | patch | inline | side by side (parent: 4b1ba0d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Jan 2008 06:52:55 +0000 (06:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Jan 2008 06:52:55 +0000 (06:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8258 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index 8f7770142639f0b02478d6c03888f68f4d5592b2..63fabf0019ad5e7c08ccc9a66fc376568e54e8ad 100644 (file)
foreach($attrs['groupMembership'] as $dn => $cn){
$groups[$dn] = $cn;
}
- $this->is_modified = TRUE;
- $this->is_account = TRUE;
plugin::set_multi_edit_values($attrs);
$this->groupMembership = $groups;
}