summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6996c21)
raw | patch | inline | side by side (parent: 6996c21)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Apr 2007 13:38:45 +0000 (13:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Apr 2007 13:38:45 +0000 (13:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6015 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index eb8363ae785f4869c2362bc69f4afe2e63fd3b04..e883208da6b3dc2cc3fcef5e3f264cd4a85d2f60 100644 (file)
}
+ function PrepareForCopyPaste($source)
+ {
+ $this->FAIrelease = $this->InitialFAIrelease = $source->FAIrelease;
+ $this->gosaMemberApplication = $source->gosaMemberApplication;
+ $this->appoption = $source->appoption;
+ }
+
+
/* Return plugin informations for acl handling */
function plInfo()
{