From 46c4ab977ffe436747b72a10d4e02b384b392c1b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Mar 2007 10:34:58 +0000 Subject: [PATCH] Applied fix from ticket #23 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5913 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/environment/class_environment.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 9c2676155..f69065f39 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -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() -- 2.30.2