summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d5857bd)
raw | patch | inline | side by side (parent: d5857bd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Mar 2007 09:59:29 +0000 (09:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Mar 2007 09:59:29 +0000 (09:59 +0000) |
Copy groups with printer assignments.
Printer assignments will no longer be removed from source group.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5911 594d385d-05f5-0310-b6e9-bd551577e9d8
Printer assignments will no longer be removed from source group.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5911 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index ff9d62a51fd4b28d61afd07f45d1397604ad6b53..814586ce707b7bf572e607b8748a958351c137ec 100644 (file)
}
return($a_return);
}
+
+ function saveCopyDialog()
+ {
+ if(isset($_POST['cn'])){
+ $this->cn = $_POST['cn'];
+ $this->uid = $_POST['cn'];
+ }
+ }
}