From 24ecc710cd153b1d6db127878131c480452dc261 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Mar 2007 09:59:29 +0000 Subject: [PATCH] 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 --- plugins/personal/environment/class_environment.inc | 8 ++++++++ 1 file changed, 8 insertions(+) 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']; + } + } } -- 2.30.2