Code

Applied fix from ticket #23
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Mar 2007 10:34:58 +0000 (10:34 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Mar 2007 10:34:58 +0000 (10:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5913 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index 9c2676155486316610a9fcf68be6a0b6bd4695de..f69065f399e3fbd9b06b6b8e4004a3e1bc1e2150 100644 (file)
@@ -1248,6 +1248,16 @@ class environment extends plugin
     return($a_return);
   }
 
+
+  function saveCopyDialog()
+  {
+    if(isset($_POST['cn'])){
+      $this->cn = $_POST['cn'];
+      $this->uid = $_POST['cn'];
+    }
+  }
+
+
   /* Generates ListBox frienly output of used logonscripts 
    */
   function printOutLogonScripts()