Code

closes #23
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Mar 2007 09:59:29 +0000 (09:59 +0000)
committerhickert <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

plugins/personal/environment/class_environment.inc

index ff9d62a51fd4b28d61afd07f45d1397604ad6b53..814586ce707b7bf572e607b8748a958351c137ec 100644 (file)
@@ -1161,6 +1161,14 @@ function printOutHotPlugDevices()
     }
     return($a_return);
   }
+  
+  function saveCopyDialog()
+  {
+    if(isset($_POST['cn'])){
+      $this->cn = $_POST['cn'];
+      $this->uid = $_POST['cn'];
+    }
+  }
 }