From: hickert Date: Wed, 28 Mar 2007 09:59:29 +0000 (+0000) Subject: closes #23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=24ecc710cd153b1d6db127878131c480452dc261;p=gosa.git closes #23 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 --- diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index ff9d62a51..814586ce7 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -1161,6 +1161,14 @@ function printOutHotPlugDevices() } return($a_return); } + + function saveCopyDialog() + { + if(isset($_POST['cn'])){ + $this->cn = $_POST['cn']; + $this->uid = $_POST['cn']; + } + } }